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
Trying to load a 1Gb / 2.5 million rows CSV file into a table on resource limited MyBinder VM, I kept getting a Killed message on the process.
What did work fine was a chunked load using pandas, although without predefining the table is does mean the table structure could end up being anything...:
Trying to load a 1Gb / 2.5 million rows CSV file into a table on resource limited MyBinder VM, I kept getting a
Killed
message on the process.What did work fine was a chunked load using
pandas
, although without predefining the table is does mean the table structure could end up being anything...:The text was updated successfully, but these errors were encountered: