質問編集履歴

2

追記

2019/05/21 06:02

投稿

taromtia
taromtia

スコア18

test CHANGED
File without changes
test CHANGED
@@ -35,6 +35,10 @@
35
35
  合計 3178556.0
36
36
 
37
37
  dtype: float64
38
+
39
+
40
+
41
+ >>print(type(a)
38
42
 
39
43
  <class 'pandas.core.series.Series'>
40
44
 

1

pandas seriesみたいでした

2019/05/21 06:02

投稿

taromtia
taromtia

スコア18

test CHANGED
File without changes
test CHANGED
@@ -4,17 +4,41 @@
4
4
 
5
5
 
6
6
 
7
- 西暦 2004
8
7
 
9
- 1月 xxx
10
8
 
11
- 2月 xxx
9
+ 西暦 2004.0
12
10
 
13
- ...
11
+ 1月 295041.0
14
12
 
15
- 12月 xxx
13
+ 2月 165269.0
16
14
 
15
+ 3月 247795.0
16
+
17
+ 4月 269719.0
18
+
19
+ 5月 318990.0
20
+
21
+ 6月 194248.0
22
+
23
+ 7月 195634.0
24
+
25
+ 8月 354540.0
26
+
27
+ 9月 238164.0
28
+
29
+ 10月 301008.0
30
+
31
+ 11月 415278.0
32
+
33
+ 12月 182870.0
34
+
17
- 合計 xxx
35
+ 合計 3178556.0
36
+
37
+ dtype: float64
38
+
39
+ <class 'pandas.core.series.Series'>
40
+
41
+
18
42
 
19
43
 
20
44