質問編集履歴

1

コードを修正しました

2020/01/02 11:58

投稿

Shu0101
Shu0101

スコア14

test CHANGED
File without changes
test CHANGED
@@ -13,6 +13,14 @@
13
13
 
14
14
 
15
15
  ```python
16
+
17
+ import numpy as np
18
+
19
+ import pandas as pd
20
+
21
+ import ternary
22
+
23
+
16
24
 
17
25
  test = pd.read_csv('test.txt', delimiter='\t',engine='python', header=0).dropna(axis=1)
18
26