How to import a huge CSV into Python?

Asked

Viewed 49 times

1

Hello,

I’m working on a enrollment file for the School Census. I want to import in Python but none of the answers I’m looking at are working. pandas pd.read_csv() takes a long time and cannot open.

I wanted the simplest and easiest way to simply open a giant file without ending the processing capacity of my machine and that I can work after.

  • 1

    See if you can get better results using datatable package, or your equivalent in R, both focused on working with large datasets (larger than the RAM available on your computer).

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.