Skip to content

Commit 52aae38

Browse files
jorisvandenbosschePingviinituutti
authored andcommitted
DOC: hide warning from arrow about deprecated MultiIndex labels (pandas-dev#24591)
1 parent 10a4a40 commit 52aae38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/source/io.rst

+3
Original file line numberDiff line numberDiff line change
@@ -4647,6 +4647,7 @@ Write to a feather file.
46474647
Read from a feather file.
46484648

46494649
.. ipython:: python
4650+
:okwarning:
46504651
46514652
result = pd.read_feather('example.feather')
46524653
result
@@ -4721,6 +4722,7 @@ Write to a parquet file.
47214722
Read from a parquet file.
47224723

47234724
.. ipython:: python
4725+
:okwarning:
47244726
47254727
result = pd.read_parquet('example_fp.parquet', engine='fastparquet')
47264728
result = pd.read_parquet('example_pa.parquet', engine='pyarrow')
@@ -4791,6 +4793,7 @@ Partitioning Parquet files
47914793
Parquet supports partitioning of data based on the values of one or more columns.
47924794

47934795
.. ipython:: python
4796+
:okwarning:
47944797
47954798
df = pd.DataFrame({'a': [0, 0, 1, 1], 'b': [0, 1, 0, 1]})
47964799
df.to_parquet(fname='test', engine='pyarrow',

0 commit comments

Comments
 (0)