Python Forum
pandas read_csv, numbers in footer - 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: pandas read_csv, numbers in footer (/thread-10467.html)



pandas read_csv, numbers in footer - mechanic310 - May-22-2018

Hi I have GIDAS file which I need to open in Jupyter Notebook. I need to manipulate with result after BEGIN-END key-value pair. Can somebody help how to write this code with pandas read_csv function


RE: pandas read_csv, numbers in footer - buran - May-22-2018

Welcome to the forum. Unfortunately it doesn't work like this. We are not going to do it for you. You need to put some effort, post your code in python tags, full traceback, if you get any exceptions, in error tags and ask specific questions.
It will also help to provide sample of your data. Not everyone knows what GIDAS file is and how it looks like...