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

Multiple Files #1

Closed
alleekirk opened this issue Jul 11, 2019 · 1 comment
Closed

Multiple Files #1

alleekirk opened this issue Jul 11, 2019 · 1 comment

Comments

@alleekirk
Copy link

When I run the script through a loop from different Zip codes on different days the program overwrites the original file when same zips are processed. For instance, I have the same 5 zips on different days, the .csv file is overwritten each time.

How do I store all processed zips, with different dates, into one .csv file without overwrite?

@ekapope
Copy link
Owner

ekapope commented Aug 14, 2019

Hi @alleekirk ,

I am not sure if I understood your question correctly. By default, the function will automatically save csv (export_csv = True) by using location input.

If you want to customize your file name, you can simply change export_csv = False and use pandas to_csv method to manually save dataframe output for each location.

@ekapope ekapope closed this as completed Jun 6, 2020
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