Add data of Montreal's bicycle tracks
BCSharp opened this issue · 1 comments
BCSharp commented
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.
rossant commented
👍 to add the raw 15KB csv file (no need to compress I think)