File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -474,7 +474,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
474
474
-i " pandas.plotting.lag_plot RT03,SA01" \
475
475
-i " pandas.plotting.scatter_matrix PR07,SA01" \
476
476
-i " pandas.qcut PR07,SA01" \
477
- -i " pandas.read_spss SA01" \
478
477
-i " pandas.set_eng_float_format RT03,SA01" \
479
478
-i " pandas.testing.assert_extension_array_equal SA01" \
480
479
-i " pandas.tseries.offsets.BDay PR02,SA01" \
Original file line number Diff line number Diff line change @@ -52,6 +52,14 @@ def read_spss(
52
52
DataFrame
53
53
DataFrame based on the SPSS file.
54
54
55
+ See Also
56
+ --------
57
+ read_csv : Read a comma-separated values (csv) file into a pandas DataFrame.
58
+ read_excel : Read an Excel file into a pandas DataFrame.
59
+ read_sas : Read an SAS file into a pandas DataFrame.
60
+ read_orc : Load an ORC object into a pandas DataFrame.
61
+ read_feather : Load a feather-format object into a pandas DataFrame.
62
+
55
63
Examples
56
64
--------
57
65
>>> df = pd.read_spss("spss_data.sav") # doctest: +SKIP
You can’t perform that action at this time.
0 commit comments