File tree 3 files changed +12
-1
lines changed
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
231
231
-i " pandas.Timestamp.ctime SA01" \
232
232
-i " pandas.Timestamp.date SA01" \
233
233
-i " pandas.Timestamp.day GL08" \
234
- -i " pandas.Timestamp.floor SA01" \
235
234
-i " pandas.Timestamp.fold GL08" \
236
235
-i " pandas.Timestamp.fromordinal SA01" \
237
236
-i " pandas.Timestamp.fromtimestamp PR01,SA01" \
Original file line number Diff line number Diff line change @@ -1139,6 +1139,12 @@ timedelta}, default 'raise'
1139
1139
------
1140
1140
ValueError if the freq cannot be converted.
1141
1141
1142
+ See Also
1143
+ --------
1144
+ Timestamp.ceil : Round up a Timestamp to the specified resolution.
1145
+ Timestamp.round : Round a Timestamp to the specified resolution.
1146
+ Series.dt.floor : Round down the datetime values in a Series.
1147
+
1142
1148
Notes
1143
1149
-----
1144
1150
If the Timestamp has a timezone, flooring will take place relative to the
Original file line number Diff line number Diff line change @@ -2207,6 +2207,12 @@ timedelta}, default 'raise'
2207
2207
------
2208
2208
ValueError if the freq cannot be converted.
2209
2209
2210
+ See Also
2211
+ --------
2212
+ Timestamp.ceil : Round up a Timestamp to the specified resolution.
2213
+ Timestamp.round : Round a Timestamp to the specified resolution.
2214
+ Series.dt.floor : Round down the datetime values in a Series.
2215
+
2210
2216
Notes
2211
2217
-----
2212
2218
If the Timestamp has a timezone, flooring will take place relative to the
You can’t perform that action at this time.
0 commit comments