morganics
morganics
Sure, 29 columns, CSV file type (utf8 encoded), around 216mb when loaded in to Pandas (though file size is 152mb). 12 string cols, 6 floats and 9 ints. Some fields...
Just to add - have tried with 100k rows (15mb file) (it works!) but 500k says 'loading' (76mb) which ends in a blank screen (no crash message). As it's only...
Have found the same behaviour in a 1..* with the child expecting a reference to the parent, using an explicit [ParentName]Id. I'm just trying to use the TempTable as part...
See https://github.com/dropbox/PyHive/issues/250 for a monkey patch, which works, but is hopelessly inefficient, as mentioned. You can also generate a multiline SQL statement and execute using the cursor, which is what...