Python Forum

Full Version: manipulating .csv file into columns of selected data
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.

I have a .csv file full of string and text information from which I would like to select desirable information and sort it into neat columns. Please help. Any ideas on how to do this on python? Any sample script or bits of sample script you guys have that I could start with?
One option: python pandas grid follow links for sample code
another wxpython grid (the code for this is in their demo direcrory of source code download)
Thanks. On it!!!