Skip to content

Commit

Permalink
finish part 2.4, conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
uno committed Aug 9, 2020
1 parent 07a90fe commit 80dcf81
Show file tree
Hide file tree
Showing 9 changed files with 40,314 additions and 18 deletions.
36 changes: 18 additions & 18 deletions 2.2 PM2.5 vs meteorological (cleaning).ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"metadata": {
"ExecuteTime": {
"end_time": "2020-07-28T11:56:31.238404Z",
Expand Down Expand Up @@ -407,7 +407,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 3,
"metadata": {
"ExecuteTime": {
"end_time": "2020-07-28T11:56:51.089926Z",
Expand All @@ -422,7 +422,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 4,
"metadata": {
"ExecuteTime": {
"end_time": "2020-07-28T11:56:51.094515Z",
Expand All @@ -440,7 +440,7 @@
" dtype='object')"
]
},
"execution_count": 7,
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -624,7 +624,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 5,
"metadata": {
"ExecuteTime": {
"end_time": "2020-07-28T11:56:51.147958Z",
Expand All @@ -639,7 +639,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 6,
"metadata": {
"ExecuteTime": {
"end_time": "2020-07-28T11:56:51.157609Z",
Expand All @@ -654,7 +654,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 7,
"metadata": {
"ExecuteTime": {
"end_time": "2020-07-28T11:56:51.172893Z",
Expand Down Expand Up @@ -783,7 +783,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 8,
"metadata": {
"ExecuteTime": {
"end_time": "2020-07-28T11:56:51.399032Z",
Expand All @@ -793,7 +793,7 @@
"outputs": [],
"source": [
"# again a smaller file, just in case you need it later\n",
"df.to_csv('data/reduced_noibai_noaa_isd_2018.csv', index=False)"
"df.to_csv('data/reduced_noibai_noaa_isd_2018_2.csv', index=False)"
]
},
{
Expand Down Expand Up @@ -3049,15 +3049,15 @@
"name": "stdout",
"output_type": "stream",
"text": [
"data/cleaned_hadong_noaa_isd_2018.csv\r\n",
"data/cleaned_hadong_noaa_isd_2018_withRH.csv\r\n",
"data/cleaned_Hanoi_PM2.5_2018_YTD.csv\r\n",
"data/cleaned_noibai_noaa_isd_2018.csv\r\n",
"data/cleaned_pm25_Hanoi_PM2.5_2018_YTD.csv\r\n",
"data/hadong_noaa_isd_2018.csv\r\n",
"data/Hanoi_PM2.5_2018_YTD.csv\r\n",
"data/noibai_noaa_isd_2018.csv\r\n",
"data/reduced_noibai_noaa_isd_2018.csv\r\n"
"data/cleaned_hadong_noaa_isd_2018.csv\n",
"data/cleaned_hadong_noaa_isd_2018_withRH.csv\n",
"data/cleaned_Hanoi_PM2.5_2018_YTD.csv\n",
"data/cleaned_noibai_noaa_isd_2018.csv\n",
"data/cleaned_pm25_Hanoi_PM2.5_2018_YTD.csv\n",
"data/hadong_noaa_isd_2018.csv\n",
"data/Hanoi_PM2.5_2018_YTD.csv\n",
"data/noibai_noaa_isd_2018.csv\n",
"data/reduced_noibai_noaa_isd_2018.csv\n"
]
}
],
Expand Down
Loading

0 comments on commit 80dcf81

Please sign in to comment.