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
I propose to add the dataset here, and modify the recipe to use a GitHub-hosted URL. Add the dataset preferably in the csv rather than zip format as pandas cannot decompress zip files on the fly (zip files are multi-file containers). pandas can, however, decompress gzip (file extension .gz) and bzip2 (file extension .bz2) files, so one of those compression schemes may be used, if compression is needed at all.
The text was updated successfully, but these errors were encountered:
In Recipe 1.2, cookbook-code uses currently data from a URL that is not available anymore.
However, data from another location does work with that Recipe.
I propose to add the dataset here, and modify the recipe to use a GitHub-hosted URL. Add the dataset preferably in the csv rather than zip format as pandas cannot decompress zip files on the fly (zip files are multi-file containers). pandas can, however, decompress gzip (file extension .gz) and bzip2 (file extension .bz2) files, so one of those compression schemes may be used, if compression is needed at all.
The text was updated successfully, but these errors were encountered: