Skip to content

Commit 6887aa8

Browse files
jbrockmendelJulianWgs
authored andcommitted
DOC: suppress warnings from CategoricalBlock deprecation (pandas-dev#40542)
1 parent 8c719c5 commit 6887aa8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/user_guide/io.rst

+2
Original file line numberDiff line numberDiff line change
@@ -5240,6 +5240,7 @@ Write to a feather file.
52405240
Read from a feather file.
52415241

52425242
.. ipython:: python
5243+
:okwarning:
52435244
52445245
result = pd.read_feather("example.feather")
52455246
result
@@ -5323,6 +5324,7 @@ Write to a parquet file.
53235324
Read from a parquet file.
53245325

53255326
.. ipython:: python
5327+
:okwarning:
53265328
53275329
result = pd.read_parquet("example_fp.parquet", engine="fastparquet")
53285330
result = pd.read_parquet("example_pa.parquet", engine="pyarrow")

0 commit comments

Comments
 (0)