File size: 1,795 Bytes
edc683f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 |
{
"description": "Исторические данные о погоде из таблицы weather_observations",
"citation": "",
"homepage": "",
"license": "",
"features": {
"weather_observations_id": {
"dtype": "int64",
"_type": "Value"
},
"city_id": {
"dtype": "int64",
"_type": "Value"
},
"condition_id": {
"dtype": "int64",
"_type": "Value"
},
"temp": {
"dtype": "float64",
"_type": "Value"
},
"temp_min": {
"dtype": "float64",
"_type": "Value"
},
"temp_max": {
"dtype": "float64",
"_type": "Value"
},
"pressure": {
"dtype": "int64",
"_type": "Value"
},
"humidity": {
"dtype": "int64",
"_type": "Value"
},
"visibility": {
"dtype": "int64",
"_type": "Value"
},
"wind_speed": {
"dtype": "float64",
"_type": "Value"
},
"wind_deg": {
"dtype": "int64",
"_type": "Value"
},
"clouds_all": {
"dtype": "int64",
"_type": "Value"
},
"recorded_at": {
"dtype": "timestamp[ns]",
"_type": "Value"
},
"sunrise": {
"dtype": "timestamp[ns]",
"_type": "Value"
},
"sunset": {
"dtype": "timestamp[ns]",
"_type": "Value"
},
"created_at": {
"dtype": "timestamp[ns]",
"_type": "Value"
}
},
"config_name": "weather_observations",
"version": "1.0.0",
"splits": {
"train": {
"name": "train",
"num_bytes": 0,
"num_examples": 0,
"dataset_name": "data_weather"
}
},
"download_checksums": {},
"download_size": 0,
"dataset_size": 0,
"size_in_bytes": 0
} |