回答編集履歴

2

追記

2020/03/03 14:23

投稿

hayataka2049
hayataka2049

スコア30933

test CHANGED
@@ -7,3 +7,7 @@
7
7
  ser.abs().idxmin()
8
8
 
9
9
  ```
10
+
11
+
12
+
13
+ [pandas.Series.abs — pandas 1.0.1 documentation](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.abs.html)

1

Seriesということで

2020/03/03 14:23

投稿

hayataka2049
hayataka2049

スコア30933

test CHANGED
@@ -4,6 +4,6 @@
4
4
 
5
5
  ```python
6
6
 
7
- df.abs().idxmin()
7
+ ser.abs().idxmin()
8
8
 
9
9
  ```