質問編集履歴

2

修正

2019/01/13 09:08

投稿

sodiumplus3
sodiumplus3

スコア71

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  ##白ワインの分析の課題の中で軽く困っていること
2
2
 
3
- リストのindex番号は`list.index('hoge')`で取得できるかと思いますが、それと同じような感じでDataFrameのColumnsのインデックスオブジェクトである
3
+ リストのindex番号は`list.index('hoge')`で取得できるかと思いますが、それと同じような感じであるDataFrameのColumnsを取得した結果である
4
4
 
5
5
  `Index(['fixed acidity', 'volatile acidity', 'citric acid', 'residual sugar',
6
6
 

1

加筆

2019/01/13 09:08

投稿

sodiumplus3
sodiumplus3

スコア71

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  ##白ワインの分析の課題の中で軽く困っていること
2
2
 
3
- リストのindex番号は`list.index('hoge')`で取得できるかと思いますが、それと同じような感じで
3
+ リストのindex番号は`list.index('hoge')`で取得できるかと思いますが、それと同じような感じでDataFrameのColumnsのインデックスオブジェクトである
4
4
 
5
5
  `Index(['fixed acidity', 'volatile acidity', 'citric acid', 'residual sugar',
6
6