File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -480,7 +480,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
480
480
-i " pandas.plotting.parallel_coordinates PR07,RT03,SA01" \
481
481
-i " pandas.plotting.scatter_matrix PR07,SA01" \
482
482
-i " pandas.qcut PR07,SA01" \
483
- -i " pandas.read_orc SA01" \
484
483
-i " pandas.read_spss SA01" \
485
484
-i " pandas.set_eng_float_format RT03,SA01" \
486
485
-i " pandas.testing.assert_extension_array_equal SA01" \
Original file line number Diff line number Diff line change @@ -85,6 +85,14 @@ def read_orc(
85
85
DataFrame
86
86
DataFrame based on the ORC file.
87
87
88
+ See Also
89
+ --------
90
+ read_csv : Read a comma-separated values (csv) file into a pandas DataFrame.
91
+ read_excel : Read an Excel file into a pandas DataFrame.
92
+ read_spss : Read an SPSS file into a pandas DataFrame.
93
+ read_sas : Load a SAS file into a pandas DataFrame.
94
+ read_feather : Load a feather-format object into a pandas DataFrame.
95
+
88
96
Notes
89
97
-----
90
98
Before using this function you should read the :ref:`user guide about ORC <io.orc>`
You can’t perform that action at this time.
0 commit comments