回答編集履歴
2
文
test
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
当然ドキュメントを真っ先に見ますよね。
|
2
|
+
|
3
|
+
|
4
|
+
|
1
5
|
[https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.std.html](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.std.html)
|
2
6
|
|
3
7
|
|
1
些細
test
CHANGED
@@ -4,9 +4,9 @@
|
|
4
4
|
|
5
5
|
> Normalized by N-1 by default. This can be changed using the ddof argument
|
6
6
|
|
7
|
+
>
|
8
|
+
|
7
9
|
> ddof : int, default 1
|
8
|
-
|
9
|
-
>
|
10
10
|
|
11
11
|
> Delta Degrees of Freedom. The divisor used in calculations is N - ddof, where N represents the number of elements.
|
12
12
|
|