Python Forum
Taking a CSV output and using it for another function - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Taking a CSV output and using it for another function (/thread-24076.html)



Taking a CSV output and using it for another function - Gduffley - Jan-30-2020

I am looking to take the output of a CSV file and tie it into another function. All of this has to be done within the same python module. Can anyone assist?


RE: Taking a CSV output and using it for another function - micseydel - Jan-30-2020

That sounds too vague, I will be impressed if anyone can provide anything helpful with just that. Can you elaborate on "tie it into"? Also, you're more likely to get helpful answers if you show your own code attempt (which you should simplify as much as possible to just be able to your problem and not things like I/O).