Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export to CSV #248

Closed
matthewcampbell10 opened this issue Aug 10, 2017 · 1 comment
Closed

Export to CSV #248

matthewcampbell10 opened this issue Aug 10, 2017 · 1 comment

Comments

@matthewcampbell10
Copy link

Newb question. How would i export play data to a csv after writing a query? This table is huge so I am having trouble connecting to it with third party apps like power query. Think i need to drill it down a bit.
Any help is appreciated

@BurntSushi
Copy link
Owner

Take whatever data you want to export it and write it to a file using Python's standard library csv module.

If you want more help, please provide more details, such as the code you've written. Please tell us what you've tried and how it didn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants