Python Forum

Full Version: Taking a CSV output and using it for another function
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
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).