回答編集履歴

2

修正

2020/09/20 01:49

投稿

meg_
meg_

スコア10760

test CHANGED
@@ -22,4 +22,6 @@
22
22
 
23
23
  > listの番号とともに出力されている
24
24
 
25
+
26
+
25
27
  print(height_series)で出力されいる左端の番号はPandas.Seriesのindexです。

1

追記

2020/09/20 01:49

投稿

meg_
meg_

スコア10760

test CHANGED
@@ -15,3 +15,11 @@
15
15
 
16
16
 
17
17
  [Python PandasのSeries、Dataframeの基本操作(1)](https://qiita.com/KTakahiro1729/items/febc66c0f21d3f272460)
18
+
19
+
20
+
21
+ ※補足
22
+
23
+ > listの番号とともに出力されている
24
+
25
+ print(height_series)で出力されいる左端の番号はPandas.Seriesのindexです。