-1

I am trying to access a 2.2 GB csv file. Excel and R are useless for this. SAS could have worked, but it seems that the file is corrupted and SAS cannot handle that. I am trying to do something with Python, but no luck so far. Any advice would be welcome, thanks.

Zoey
  • 3
  • 2
  • Are you asking how to access the CSV with Python or just for recommendations on any editor that can handle huge CSV files? – sturrockad May 12 '15 at 14:44
  • This isn't very specific; it's not clear what you want to do with the file (the docs for the csv module explain how to read the rows, so it must be something more complicated), or what's causing you problems at the moment. – DSM May 12 '15 at 14:45
  • I'll take whatever you have, I'm getting desperate by now, have been trying this for days, thanks. – Zoey May 12 '15 at 14:46
  • This solution may help : http://stackoverflow.com/questions/20602869/batch-file-to-split-csv-file – Volkan Albayrak May 12 '15 at 14:47

1 Answers1

0

Just for accessing the file: vim and gvim have large file plugins, depending on your OS.

sturrockad
  • 4,460
  • 2
  • 19
  • 19