Skip to content

Instantly share code, notes, and snippets.

@vlad-ds
Last active February 1, 2020 17:53
Show Gist options
  • Save vlad-ds/51c75ca5d53defe828b6eee115c85a2e to your computer and use it in GitHub Desktop.
Save vlad-ds/51c75ca5d53defe828b6eee115c85a2e to your computer and use it in GitHub Desktop.
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