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

compression = None on line 193 of parse.py #22

Closed
davidaknowles opened this issue Feb 17, 2020 · 3 comments
Closed

compression = None on line 193 of parse.py #22

davidaknowles opened this issue Feb 17, 2020 · 3 comments

Comments

@davidaknowles
Copy link

Is this deliberate? It seems to mean you can't read compressed files since it overrides the automatic compression detection.

@omerwe
Copy link
Owner

omerwe commented Feb 17, 2020 via email

@davidaknowles
Copy link
Author

The problem is compression = None gets passed to pandas which overrides the auto compression-type detection (at least on my system). The compression = "infer" is the default for pd.read_csv.

@omerwe
Copy link
Owner

omerwe commented Feb 18, 2020 via email

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