Skip to content

Instantly share code, notes, and snippets.

@roboreport
Created August 13, 2019 07:30
Embed
What would you like to do?
train_sc_df = pd.DataFrame(train_sc, columns=['trade_price_idx_value'], index=train.index)
test_sc_df = pd.DataFrame(test_sc, columns=['trade_price_idx_value'], index=test.index)
train_sc_df.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment