Skip to content

Commit b425a00

Browse files
removed :okwarning: from io.rst of docs related to pyarrow
1 parent b3490cb commit b425a00

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/source/user_guide/io.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4685,7 +4685,6 @@ Write to a feather file.
46854685
Read from a feather file.
46864686

46874687
.. ipython:: python
4688-
:okwarning:
46894688
46904689
result = pd.read_feather('example.feather')
46914690
result
@@ -4764,7 +4763,6 @@ Write to a parquet file.
47644763
Read from a parquet file.
47654764

47664765
.. ipython:: python
4767-
:okwarning:
47684766
47694767
result = pd.read_parquet('example_fp.parquet', engine='fastparquet')
47704768
result = pd.read_parquet('example_pa.parquet', engine='pyarrow')
@@ -4839,7 +4837,6 @@ Partitioning Parquet files
48394837
Parquet supports partitioning of data based on the values of one or more columns.
48404838

48414839
.. ipython:: python
4842-
:okwarning:
48434840
48444841
df = pd.DataFrame({'a': [0, 0, 1, 1], 'b': [0, 1, 0, 1]})
48454842
df.to_parquet(fname='test', engine='pyarrow',

0 commit comments

Comments
 (0)