回答編集履歴

1

説明の追記

2021/05/24 14:26

投稿

jbpb0
jbpb0

スコア7653

test CHANGED
@@ -1,10 +1,14 @@
1
+ > module 'pandas' has no attribute 'DateFrame'
2
+
3
+
4
+
1
5
  ```python
2
6
 
3
7
  df = pd.DateFrame(...
4
8
 
5
9
  ```
6
10
 
7
-
11
+ 修正 (スペルミスを直す)
8
12
 
9
13
  ```python
10
14