Last active
February 1, 2020 17:53
-
-
Save vlad-ds/51c75ca5d53defe828b6eee115c85a2e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pandas as pd | |
df = pd.DataFrame(with_features) | |
df.to_csv('streaming_history.csv') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment