File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4868,7 +4868,7 @@ ORC
4868
4868
4869
4869
Similar to the :ref: `parquet <io.parquet >` format, the `ORC Format <//https://orc.apache.org/ >`__ is a binary columnar serialization
4870
4870
for data frames. It is designed to make reading data frames efficient. Pandas provides *only * a reader for the
4871
- ORC format, :func: `~pandas.read_orc `. This requires the `` pyarrow <https://arrow.apache.org/docs/python/>`__ library.
4871
+ ORC format, :func: `~pandas.read_orc `. This requires the `pyarrow <https://arrow.apache.org/docs/python/ >`__ library.
4872
4872
4873
4873
.. _io.sql :
4874
4874
Original file line number Diff line number Diff line change 13
13
14
14
pytest .importorskip ("pyarrow" , minversion = "0.13.0" )
15
15
16
- pytestmark = pytest .mark .skipif (is_platform_windows , "skipping on windows" )
16
+ pytestmark = pytest .mark .skipif (is_platform_windows () , "skipping on windows" )
17
17
18
18
pytestmark = pytest .mark .filterwarnings (
19
19
"ignore:RangeIndex.* is deprecated:DeprecationWarning"
You can’t perform that action at this time.
0 commit comments