質問編集履歴

2

更新

2019/01/29 14:20

投稿

trey_0329
trey_0329

スコア109

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  <問題>
16
16
 
17
- pandasでデータが入ったtxt file([https://github.com/Taro0329/Dataset/blob/master/companies.txt](https://github.com/Taro0329/Dataset/blob/master/companies.txt))
17
+ pandasでデータが入ったtxt fileを
18
18
 
19
19
 
20
20
 

1

追記

2019/01/29 14:20

投稿

trey_0329
trey_0329

スコア109

test CHANGED
File without changes
test CHANGED
@@ -61,3 +61,11 @@
61
61
  他にも一通りネットで見かけるものを試しましたが、うまくいきません。
62
62
 
63
63
  お手数ですがどなたかわかる方、ご教授お願い致します
64
+
65
+
66
+
67
+ ---追記
68
+
69
+ data = pd.read_table('companies.txt', engine='python')を実行すると、このように表示されますがこれは正しいdataframeの形なのでしょうか?
70
+
71
+ ![](a588f4a10dd6df86db89b608491557f0.png)