NYC_subway_stations / README.md
soniacq's picture
Add README link to PR with dataset generation details
3f670fa verified
metadata
dataset_info:
  features:
    - name: GTFS Stop ID
      dtype: string
    - name: Station ID
      dtype: int64
    - name: Complex ID
      dtype: int64
    - name: Division
      dtype: string
    - name: Line
      dtype: string
    - name: Stop Name
      dtype: string
    - name: Borough
      dtype: string
    - name: CBD
      dtype: bool
    - name: Daytime Routes
      dtype: string
    - name: Structure
      dtype: string
    - name: GTFS Latitude
      dtype: float64
    - name: GTFS Longitude
      dtype: float64
    - name: North Direction Label
      dtype: string
    - name: South Direction Label
      dtype: string
    - name: ADA
      dtype: int64
    - name: ADA Northbound
      dtype: int64
    - name: ADA Southbound
      dtype: int64
    - name: ADA Notes
      dtype: string
    - name: Georeference
      dtype: string
  splits:
    - name: train
      num_bytes: 91983
      num_examples: 496
  download_size: 40594
  dataset_size: 91983
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

Transit Stops and RoutesDataset

Subway station attributes including GTFS Latitude/Longitude and directional labels. More information about how this dataset was generated can be found here.