atodorov284 commited on
Commit
1073dbc
Β·
1 Parent(s): 8c84fd3

rename files for consistency

Browse files
data/processed/{merged_weather_data.csv β†’ v1_merged_weather_data.csv} RENAMED
File without changes
data/processed/{selected_features_with_missing.csv β†’ v2_merged_selected_features_with_missing.csv} RENAMED
File without changes
data/processed/{sorted_griftpark,-utrecht-air-quality.csv β†’ v2_sorted_griftpark,-utrecht-air-quality.csv} RENAMED
File without changes
data/raw/{raw_griftpark,-utrecht-air-quality.csv β†’ v1_raw_griftpark,-utrecht-air-quality.csv} RENAMED
File without changes
data/raw/{utrecht 2014-01-29 to 2024-09-11.csv β†’ v1_utrecht 2014-01-29 to 2024-09-11.csv} RENAMED
File without changes
notebooks/{data_merge.ipynb β†’ v1_data_merge.ipynb} RENAMED
@@ -13,18 +13,18 @@
13
  },
14
  {
15
  "cell_type": "code",
16
- "execution_count": 7,
17
  "metadata": {
18
  "id": "ChATGJf4_vk6"
19
  },
20
  "outputs": [],
21
  "source": [
22
- "o3_and_no2 = pd.read_csv(\"..\\data\\processed\\sorted_griftpark,-utrecht-air-quality.csv\")"
23
  ]
24
  },
25
  {
26
  "cell_type": "code",
27
- "execution_count": 8,
28
  "metadata": {
29
  "colab": {
30
  "base_uri": "https://localhost:8080/",
@@ -122,7 +122,7 @@
122
  "4 07/09/2024 25 13 34 3 "
123
  ]
124
  },
125
- "execution_count": 8,
126
  "metadata": {},
127
  "output_type": "execute_result"
128
  }
@@ -133,7 +133,7 @@
133
  },
134
  {
135
  "cell_type": "code",
136
- "execution_count": 9,
137
  "metadata": {
138
  "colab": {
139
  "base_uri": "https://localhost:8080/",
@@ -294,7 +294,7 @@
294
  "[3670 rows x 6 columns]"
295
  ]
296
  },
297
- "execution_count": 9,
298
  "metadata": {},
299
  "output_type": "execute_result"
300
  }
@@ -305,18 +305,18 @@
305
  },
306
  {
307
  "cell_type": "code",
308
- "execution_count": 12,
309
  "metadata": {
310
  "id": "91wMW5HX_1py"
311
  },
312
  "outputs": [],
313
  "source": [
314
- "utrecht_additional_data = pd.read_csv(r\"..\\data\\raw\\utrecht 2014-01-29 to 2024-09-11.csv\")"
315
  ]
316
  },
317
  {
318
  "cell_type": "code",
319
- "execution_count": 13,
320
  "metadata": {
321
  "colab": {
322
  "base_uri": "https://localhost:8080/",
@@ -535,7 +535,7 @@
535
  "[5 rows x 33 columns]"
536
  ]
537
  },
538
- "execution_count": 13,
539
  "metadata": {},
540
  "output_type": "execute_result"
541
  }
@@ -546,7 +546,7 @@
546
  },
547
  {
548
  "cell_type": "code",
549
- "execution_count": 14,
550
  "metadata": {
551
  "id": "wWNdBHwKE0wm"
552
  },
@@ -560,7 +560,7 @@
560
  },
561
  {
562
  "cell_type": "code",
563
- "execution_count": 15,
564
  "metadata": {
565
  "colab": {
566
  "base_uri": "https://localhost:8080/",
@@ -779,7 +779,7 @@
779
  "[5 rows x 33 columns]"
780
  ]
781
  },
782
- "execution_count": 15,
783
  "metadata": {},
784
  "output_type": "execute_result"
785
  }
@@ -790,7 +790,7 @@
790
  },
791
  {
792
  "cell_type": "code",
793
- "execution_count": 16,
794
  "metadata": {
795
  "id": "Q_4dp9v5Fi1-"
796
  },
@@ -801,7 +801,7 @@
801
  },
802
  {
803
  "cell_type": "code",
804
- "execution_count": 17,
805
  "metadata": {
806
  "colab": {
807
  "base_uri": "https://localhost:8080/",
@@ -1194,7 +1194,7 @@
1194
  "[3670 rows x 39 columns]"
1195
  ]
1196
  },
1197
- "execution_count": 17,
1198
  "metadata": {},
1199
  "output_type": "execute_result"
1200
  }
@@ -1205,13 +1205,13 @@
1205
  },
1206
  {
1207
  "cell_type": "code",
1208
- "execution_count": 18,
1209
  "metadata": {
1210
  "id": "gH6X91ctGXR6"
1211
  },
1212
  "outputs": [],
1213
  "source": [
1214
- "merged_df.to_csv('../data/processed/merged_weather_data.csv')"
1215
  ]
1216
  },
1217
  {
 
13
  },
14
  {
15
  "cell_type": "code",
16
+ "execution_count": 4,
17
  "metadata": {
18
  "id": "ChATGJf4_vk6"
19
  },
20
  "outputs": [],
21
  "source": [
22
+ "o3_and_no2 = pd.read_csv(r\"..\\data\\processed\\v2_sorted_griftpark,-utrecht-air-quality.csv\")"
23
  ]
24
  },
25
  {
26
  "cell_type": "code",
27
+ "execution_count": 5,
28
  "metadata": {
29
  "colab": {
30
  "base_uri": "https://localhost:8080/",
 
122
  "4 07/09/2024 25 13 34 3 "
123
  ]
124
  },
125
+ "execution_count": 5,
126
  "metadata": {},
127
  "output_type": "execute_result"
128
  }
 
133
  },
134
  {
135
  "cell_type": "code",
136
+ "execution_count": 6,
137
  "metadata": {
138
  "colab": {
139
  "base_uri": "https://localhost:8080/",
 
294
  "[3670 rows x 6 columns]"
295
  ]
296
  },
297
+ "execution_count": 6,
298
  "metadata": {},
299
  "output_type": "execute_result"
300
  }
 
305
  },
306
  {
307
  "cell_type": "code",
308
+ "execution_count": 8,
309
  "metadata": {
310
  "id": "91wMW5HX_1py"
311
  },
312
  "outputs": [],
313
  "source": [
314
+ "utrecht_additional_data = pd.read_csv(r\"..\\data\\raw\\v1_utrecht 2014-01-29 to 2024-09-11.csv\")"
315
  ]
316
  },
317
  {
318
  "cell_type": "code",
319
+ "execution_count": 9,
320
  "metadata": {
321
  "colab": {
322
  "base_uri": "https://localhost:8080/",
 
535
  "[5 rows x 33 columns]"
536
  ]
537
  },
538
+ "execution_count": 9,
539
  "metadata": {},
540
  "output_type": "execute_result"
541
  }
 
546
  },
547
  {
548
  "cell_type": "code",
549
+ "execution_count": 10,
550
  "metadata": {
551
  "id": "wWNdBHwKE0wm"
552
  },
 
560
  },
561
  {
562
  "cell_type": "code",
563
+ "execution_count": 11,
564
  "metadata": {
565
  "colab": {
566
  "base_uri": "https://localhost:8080/",
 
779
  "[5 rows x 33 columns]"
780
  ]
781
  },
782
+ "execution_count": 11,
783
  "metadata": {},
784
  "output_type": "execute_result"
785
  }
 
790
  },
791
  {
792
  "cell_type": "code",
793
+ "execution_count": 12,
794
  "metadata": {
795
  "id": "Q_4dp9v5Fi1-"
796
  },
 
801
  },
802
  {
803
  "cell_type": "code",
804
+ "execution_count": 13,
805
  "metadata": {
806
  "colab": {
807
  "base_uri": "https://localhost:8080/",
 
1194
  "[3670 rows x 39 columns]"
1195
  ]
1196
  },
1197
+ "execution_count": 13,
1198
  "metadata": {},
1199
  "output_type": "execute_result"
1200
  }
 
1205
  },
1206
  {
1207
  "cell_type": "code",
1208
+ "execution_count": 15,
1209
  "metadata": {
1210
  "id": "gH6X91ctGXR6"
1211
  },
1212
  "outputs": [],
1213
  "source": [
1214
+ "merged_df.to_csv('../data/processed/v1_merged_weather_data.csv')"
1215
  ]
1216
  },
1217
  {
notebooks/{exploratory_data_analysis.ipynb β†’ v2_exploratory_data_analysis.ipynb} RENAMED
The diff for this file is too large to render. See raw diff