Skip to content

Add data of Montreal's bicycle tracks #2

Closed
@BCSharp

Description

@BCSharp

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions