I've got relatively large CSV files (~3GB each) and am trying to read them in as a pandas dataframe, but am unable to do this for some strange reason.
When I read it in via VisualStudio, the editor just restarts after a while. On Atom, it just hangs, freezes, and ultimately crashes. On terminal, I get "Killed: 9" as the error and that's about it.
Any pointers would be much appreciated.