You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.
The Data Frame object from Pandas would be a much more efficient way to handle the large CSV data. Would it be better to switch to that? My only real issue is having it as a dependency but the benefits may far outweigh that downside.
The text was updated successfully, but these errors were encountered:
Did you ever get to implement Pandas?
How much memory does current implementation require?
I tried it on ~2Gb csv file and it went into ~10Gb memory before I killed it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The Data Frame object from Pandas would be a much more efficient way to handle the large CSV data. Would it be better to switch to that? My only real issue is having it as a dependency but the benefits may far outweigh that downside.
The text was updated successfully, but these errors were encountered: