vuelos_dataset / README.md
alebcdev's picture
Upload dataset
069937c verified
|
Raw
History Blame Contribute Delete
1.15 kB
---
dataset_info:
features:
- name: flightNumber
dtype: string
- name: company
dtype: string
- name: plane
dtype: string
- name: dep_date
dtype: string
- name: dep_time
dtype: string
- name: dep_airport_code
dtype: string
- name: dep_weather_min
dtype: float64
- name: dep_weather_max
dtype: float64
- name: dep_weather_desc
dtype: string
- name: arr_date
dtype: string
- name: arr_time
dtype: string
- name: arr_airport_code
dtype: string
- name: arr_weather_min
dtype: float64
- name: arr_weather_max
dtype: float64
- name: arr_weather_desc
dtype: string
- name: dep_delay
dtype: float64
- name: arr_delay
dtype: float64
- name: dep_int
dtype: bool
- name: arr_int
dtype: bool
- name: name
dtype: string
- name: alias
dtype: string
- name: runways
dtype: float64
- name: region
dtype: string
splits:
- name: train
num_bytes: 2409149
num_examples: 10382
download_size: 191653
dataset_size: 2409149
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---