質問編集履歴

1

.

2020/05/22 09:25

投稿

pekopekocot
pekopekocot

スコア26

test CHANGED
File without changes
test CHANGED
@@ -77,3 +77,25 @@
77
77
 
78
78
 
79
79
  お時間ある方で、indexを指定し1行取得する方法をご存じの方いらっしゃいましたらご助力頂けますと幸いです。
80
+
81
+
82
+
83
+ ---
84
+
85
+
86
+
87
+ ### 追記
88
+
89
+
90
+
91
+ ```Python
92
+
93
+ print(df_users.index)
94
+
95
+ ```
96
+
97
+ ```
98
+
99
+ Int64Index([ 1, 2, 3, 4, 5], dtype='int64', length=5)
100
+
101
+ ```