質問編集履歴
1
コードを修正しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,6 +6,10 @@
|
|
6
6
|
よろしくお願いいたします。
|
7
7
|
|
8
8
|
```python
|
9
|
+
import numpy as np
|
10
|
+
import pandas as pd
|
11
|
+
import ternary
|
12
|
+
|
9
13
|
test = pd.read_csv('test.txt', delimiter='\t',engine='python', header=0).dropna(axis=1)
|
10
14
|
test = np.array(test)
|
11
15
|
display (test)
|