-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StatCan Table being Pulled Too Large -- Any Work Around? #567
Comments
Hi @jackhere-lab, |
I am running the code in Azure Databricks. Here is the full error message: HDF5ExtError: HDF5 error back trace File "H5D.c", line 1371, in H5Dwrite End of HDF5 error back trace Problems appending the records. |
Gotcha. I've been using the library in databricks recently and the hdf backend the library uses for retention and updating really doesn't play nice with it. To be honest the whole idea of using hdfs to store things, or handle table retention in the library at all was a mistake on my part. An upcoming release is going to rip all that out and focus on just retrieving data from the API and getting it into a dataframe, leaving storage and updating to other tools. I'd recommend just using You could even do just the Hope that helps |
I want to download the CANSIM table 12-10-0128-01 using the stats_can library. However I am getting an HDF5 error. I can load smaller tables without issues. Is there any workaround to this?
The text was updated successfully, but these errors were encountered: