File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
114
114
-i " pandas.core.resample.Resampler.std SA01" \
115
115
-i " pandas.core.resample.Resampler.transform PR01,RT03,SA01" \
116
116
-i " pandas.core.resample.Resampler.var SA01" \
117
- -i " pandas.errors.AttributeConflictWarning SA01" \
118
117
-i " pandas.errors.ChainedAssignmentError SA01" \
119
118
-i " pandas.errors.DuplicateLabelError SA01" \
120
119
-i " pandas.errors.IntCastingNaNError SA01" \
Original file line number Diff line number Diff line change @@ -672,6 +672,12 @@ class AttributeConflictWarning(Warning):
672
672
name than the existing index on an HDFStore or attempting to append an index with a
673
673
different frequency than the existing index on an HDFStore.
674
674
675
+ See Also
676
+ --------
677
+ HDFStore : Dict-like IO interface for storing pandas objects in PyTables.
678
+ DataFrame.to_hdf : Write the contained data to an HDF5 file using HDFStore.
679
+ read_hdf : Read from an HDF5 file into a DataFrame.
680
+
675
681
Examples
676
682
--------
677
683
>>> idx1 = pd.Index(["a", "b"], name="name1")
You can’t perform that action at this time.
0 commit comments