-
Notifications
You must be signed in to change notification settings - Fork 9
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
DtypeWarning: Specify dtype option on import or set low_memory=False #87
Comments
@JosseVanDelm So line 65 of This seems to work. I could open a PR if you want, but I don't have write permissions on this repository to create a branch. @DenisValcke |
Thank you for reporting this issue @DenisValcke Also thank you @nielsbril for pointing out your solution and the fact that you can not open a pull request. |
AFAIK, anyone can create a PR ! |
Alright, I'll fork the repo and open a PR 🙂 |
We have been trying to retrieve streets from the data but keep getting the same error when making the attempt:
The command we are using is:
We have tried several zipcodes but with no success.
Sidenote, is it possible to omit the
--postcode
flag so that we extract all available streets? We actually need a list of streets instead of a list of addresses.edit: We are using
FROM python:3.7.4-alpine as base
, the base of our Docker setup is pretty much the same as the one included in this repo.The text was updated successfully, but these errors were encountered: