--- configs: - config_name: original_dataset data_files: "dataset.parquet" - config_name: normalized_dataset data_files: "dataset_normalized.parquet" --- ## This dataset offers hourly temperature records from all France metropolitan and overseas weather stations from 1777 to 8th march 2024 --- - 'LAT' latitude, negative south (in degrees and millionths of degree) - 'LON' longitude, negative west of GREENWICH (in degrees and millionths of a degree) - 'ALTI' altitude of the base of the shelter or rain gauge (in mm) - 'AAAAMMJJHH' date of measurement (year, month, day and time) - ' T' instant temperature under cover (in °C and 1/10) --- Two files are available: - the original dataset - the normalized dataset (with basic Min-Max normalization) --- language: - fr size_categories: - 100M