NYC_bicycle_counts / README.md
soniacq's picture
Add README link to PR with dataset generation details
ae857ac verified
metadata
dataset_info:
  features:
    - name: countid
      dtype: int64
    - name: id
      dtype: int64
    - name: date
      dtype: string
    - name: counts
      dtype: int64
    - name: status
      dtype: int64
    - name: name
      dtype: string
    - name: lon
      dtype: float64
    - name: lat
      dtype: float64
    - name: geom_wkt
      dtype: string
  splits:
    - name: train
      num_bytes: 942336381
      num_examples: 6911898
  download_size: 91440988
  dataset_size: 942336381
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

Bicycle Counts Dataset

The Bicycle Counts dataset was merged with the Bicycle Counters dataset on the shared id field to assign geographic coordinates.

More information about how this dataset was generated can be found here.