Skip to content

Commit

Permalink
DOC: FutureWarning in Sphinx build when calling read_parquet (#32833)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaharNaveh authored Mar 20, 2020
1 parent bfa29f1 commit e31354f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/user_guide/scale.rst
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ We'll import ``dask.dataframe`` and notice that the API feels similar to pandas.
We can use Dask's ``read_parquet`` function, but provide a globstring of files to read in.

.. ipython:: python
:okwarning:
import dask.dataframe as dd
Expand Down

0 comments on commit e31354f

Please sign in to comment.