We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c719c5 commit 6887aa8Copy full SHA for 6887aa8
doc/source/user_guide/io.rst
@@ -5240,6 +5240,7 @@ Write to a feather file.
5240
Read from a feather file.
5241
5242
.. ipython:: python
5243
+ :okwarning:
5244
5245
result = pd.read_feather("example.feather")
5246
result
@@ -5323,6 +5324,7 @@ Write to a parquet file.
5323
5324
Read from a parquet file.
5325
5326
5327
5328
5329
result = pd.read_parquet("example_fp.parquet", engine="fastparquet")
5330
result = pd.read_parquet("example_pa.parquet", engine="pyarrow")
0 commit comments