回答編集履歴

1

d

2019/10/28 08:23

投稿

tiitoi
tiitoi

スコア21956

test CHANGED
@@ -11,3 +11,9 @@
11
11
  print(row)
12
12
 
13
13
  ```
14
+
15
+
16
+
17
+ 他にも指定した行を取得したり、用途に応じていろいろと関数が用意されています。
18
+
19
+ リファレンスの [Indexing, iteration](https://pandas.pydata.org/pandas-docs/stable/reference/frame.html#indexing-iteration) の欄に関数が載っています。