wearepal / data-science-types

Mypy stubs, i.e., type information, for numpy, pandas and matplotlib
Apache License 2.0
202 stars 51 forks source link

Add pd.read_parquet #198

Closed eganjs closed 3 years ago

eganjs commented 3 years ago

I have updated the commented out test added by #192

I did not include the use_nullable_dtypes parameter as it was added in Pandas 1.2.0 and data-science-types resolves Pandas to 1.1.4 (on my machine) using a clean Python 3.8.1 venv created by pyenv

tmke8 commented 3 years ago

Looks good! Thanks!