Skip to content

DOC: FutureWarning in Sphinx build when calling read_parquet #32833

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

Merged
merged 10 commits into from
Mar 20, 2020
Prev Previous commit
Next Next commit
Adding :okwarning: option
  • Loading branch information
MomIsBestFriend committed Mar 19, 2020
commit dad4e04aed9400a88f0811ee21c86a068b9d0613
1 change: 1 addition & 0 deletions doc/source/user_guide/scale.rst
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ We can use Dask's ``read_parquet`` function, but provide a globstring of files t
.. ipython:: python

import dask.dataframe as dd
:okwarning:

ddf = dd.read_parquet(
"data/timeseries/ts*.parquet", engine="pyarrow", auto_mkdir=True
Expand Down