質問編集履歴
1
コードを修正しました
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
|
|