teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

コードを修正しました

2020/01/02 11:58

投稿

Shu0101
Shu0101

スコア14

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)