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 @@ -246,7 +246,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
246
246
-i " pandas.TimedeltaIndex.nanoseconds SA01" \
247
247
-i " pandas.TimedeltaIndex.seconds SA01" \
248
248
-i " pandas.TimedeltaIndex.to_pytimedelta RT03,SA01" \
249
- -i " pandas.Timestamp.ceil SA01" \
250
249
-i " pandas.Timestamp.combine PR01,SA01" \
251
250
-i " pandas.Timestamp.ctime SA01" \
252
251
-i " pandas.Timestamp.date SA01" \
Original file line number Diff line number Diff line change @@ -1222,6 +1222,12 @@ timedelta}, default 'raise'
1222
1222
------
1223
1223
ValueError if the freq cannot be converted.
1224
1224
1225
+ See Also
1226
+ --------
1227
+ Timestamp.floor : Round down a Timestamp to the specified resolution.
1228
+ Timestamp.round : Round a Timestamp to the specified resolution.
1229
+ Series.dt.ceil : Ceil the datetime values in a Series.
1230
+
1225
1231
Notes
1226
1232
-----
1227
1233
If the Timestamp has a timezone, ceiling will take place relative to the
Original file line number Diff line number Diff line change @@ -2291,6 +2291,12 @@ timedelta}, default 'raise'
2291
2291
------
2292
2292
ValueError if the freq cannot be converted.
2293
2293
2294
+ See Also
2295
+ --------
2296
+ Timestamp.floor : Round down a Timestamp to the specified resolution.
2297
+ Timestamp.round : Round a Timestamp to the specified resolution.
2298
+ Series.dt.ceil : Ceil the datetime values in a Series.
2299
+
2294
2300
Notes
2295
2301
-----
2296
2302
If the Timestamp has a timezone, ceiling will take place relative to the
You can’t perform that action at this time.
0 commit comments