I am biologist and very very new to Python and before, i learnt a bit of R.
So I have a very big text file (3 GB, too big to handle in R), all values are comma seperated but the extension is .txt (I don't know if it is necessary information). what i wanted to do is to:
read it into python as an object which is equivalent of dataframe in R, get rid of columns in the middle reduce the size of the object write it as txt file
take the rest to R.
If you can help me i would be very happy. thank you