Skip to content

Commit f5ead49

Browse files
committed
added pandas subfolder
1 parent b402fc2 commit f5ead49

File tree

6 files changed

+39
-39
lines changed

6 files changed

+39
-39
lines changed
Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
# Data file contents: Daily temperatures (mean, min, max) for Kumpula, Helsinki
2-
# for June 1-30, 2016
3-
# Data source: https://www.ncdc.noaa.gov/cdo-web/search?datasetid=GHCND
4-
# Data processing: Extracted temperatures from raw data file, converted to
5-
# comma-separated format
6-
#
7-
# David Whipp - 02.10.2017
8-
9-
YEARMODA,TEMP,MAX,MIN
10-
20160601,65.5,73.6,54.7
11-
20160602,65.8,80.8,55.0
12-
20160603,68.4,77.9,55.6
13-
20160604,57.5,70.9,47.3
14-
20160605,51.4,58.3,43.2
15-
20160606,52.2,59.7,42.8
16-
20160607,56.9,65.1,45.9
17-
20160608,54.2,60.4,47.5
18-
20160609,49.4,54.1,45.7
19-
20160610,49.5,55.9,43.0
20-
20160611,54.0,62.1,41.7
21-
20160612,55.4,64.2,46.0
22-
20160613,58.3,68.2,47.3
23-
20160614,59.7,67.8,47.8
24-
20160615,63.4,70.3,49.3
25-
20160616,57.8,67.5,55.6
26-
20160617,60.4,70.7,55.9
27-
20160618,57.3,62.8,54.0
28-
20160619,56.3,59.2,54.1
29-
20160620,59.3,69.1,52.2
30-
20160621,62.6,71.4,50.4
31-
20160622,61.7,70.2,55.4
32-
20160623,60.9,67.1,54.9
33-
20160624,61.1,68.9,56.7
34-
20160625,65.7,75.4,57.9
35-
20160626,69.6,77.7,60.3
36-
20160627,60.7,70.0,57.6
37-
20160628,65.4,73.0,55.8
38-
20160629,65.8,73.2,59.7
39-
20160630,65.7,72.7,59.2
1+
# Data file contents: Daily temperatures (mean, min, max) for Kumpula, Helsinki
2+
# for June 1-30, 2016
3+
# Data source: https://www.ncdc.noaa.gov/cdo-web/search?datasetid=GHCND
4+
# Data processing: Extracted temperatures from raw data file, converted to
5+
# comma-separated format
6+
#
7+
# David Whipp - 02.10.2017
8+
9+
YEARMODA,TEMP,MAX,MIN
10+
20160601,65.5,73.6,54.7
11+
20160602,65.8,80.8,55.0
12+
20160603,68.4,77.9,55.6
13+
20160604,57.5,70.9,47.3
14+
20160605,51.4,58.3,43.2
15+
20160606,52.2,59.7,42.8
16+
20160607,56.9,65.1,45.9
17+
20160608,54.2,60.4,47.5
18+
20160609,49.4,54.1,45.7
19+
20160610,49.5,55.9,43.0
20+
20160611,54.0,62.1,41.7
21+
20160612,55.4,64.2,46.0
22+
20160613,58.3,68.2,47.3
23+
20160614,59.7,67.8,47.8
24+
20160615,63.4,70.3,49.3
25+
20160616,57.8,67.5,55.6
26+
20160617,60.4,70.7,55.9
27+
20160618,57.3,62.8,54.0
28+
20160619,56.3,59.2,54.1
29+
20160620,59.3,69.1,52.2
30+
20160621,62.6,71.4,50.4
31+
20160622,61.7,70.2,55.4
32+
20160623,60.9,67.1,54.9
33+
20160624,61.1,68.9,56.7
34+
20160625,65.7,75.4,57.9
35+
20160626,69.6,77.7,60.3
36+
20160627,60.7,70.0,57.6
37+
20160628,65.4,73.0,55.8
38+
20160629,65.8,73.2,59.7
39+
20160630,65.7,72.7,59.2

0 commit comments

Comments
 (0)