--- dataset_info: features: - name: id dtype: float64 - name: ident dtype: string - name: type dtype: string - name: name dtype: string - name: latitude_deg dtype: float64 - name: longitude_deg dtype: float64 - name: elevation_ft dtype: float64 - name: continent dtype: string - name: country_name dtype: string - name: iso_country dtype: string - name: region_name dtype: string - name: iso_region dtype: string - name: local_region dtype: string - name: municipality dtype: string - name: scheduled_service dtype: float64 - name: gps_code dtype: string - name: icao_code dtype: string - name: iata_code dtype: string - name: wikipedia_link dtype: string - name: score dtype: float64 - name: last_updated dtype: timestamp[ns, tz=UTC] - name: esa_source dtype: string - name: esa_processed dtype: string splits: - name: train num_bytes: 10757 num_examples: 41 - name: test num_bytes: 2748 num_examples: 11 download_size: 24894 dataset_size: 13505 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---