File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
70
70
--format=actions \
71
71
-i ES01 ` # For now it is ok if docstrings are missing the extended summary` \
72
72
-i " pandas.Series.dt PR01" ` # Accessors are implemented as classes, but we do not document the Parameters section` \
73
- -i " pandas.DataFrame.__dataframe__ SA01" \
74
73
-i " pandas.DataFrame.at_time PR01" \
75
74
-i " pandas.DataFrame.kurt RT03,SA01" \
76
75
-i " pandas.DataFrame.kurtosis RT03,SA01" \
Original file line number Diff line number Diff line change @@ -931,6 +931,11 @@ def __dataframe__(
931
931
DataFrame interchange object
932
932
The object which consuming library can use to ingress the dataframe.
933
933
934
+ See Also
935
+ --------
936
+ DataFrame.from_records : Constructor from tuples, also record arrays.
937
+ DataFrame.from_dict : From dicts of Series, arrays, or dicts.
938
+
934
939
Notes
935
940
-----
936
941
Details on the interchange protocol:
You can’t perform that action at this time.
0 commit comments