Python Forum
manipulating .csv file into columns of selected data - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: manipulating .csv file into columns of selected data (/thread-8268.html)



manipulating .csv file into columns of selected data - Karen_Masila - Feb-12-2018

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?


RE: manipulating .csv file into columns of selected data - Larz60+ - Feb-12-2018

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)


RE: manipulating .csv file into columns of selected data - Karen_Masila - Feb-14-2018

Thanks. On it!!!