質問編集履歴
1
print(df_input.columnsの結果を追記しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -128,4 +128,14 @@
|
|
128
128
|
|
129
129
|
KeyError: 'best_bid'
|
130
130
|
|
131
|
+
|
132
|
+
|
133
|
+
>>> print(df_input.columns)
|
134
|
+
|
135
|
+
Index(['date', ' best_bid', ' best_ask', ' total_bid_depth',
|
136
|
+
|
137
|
+
' total_ask_depth', ' volume_by_product'],
|
138
|
+
|
139
|
+
dtype='object')
|
140
|
+
|
131
141
|
```
|