Skip to content

CLN: assorted #46420

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 19, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove Timedelta.freq from doc
  • Loading branch information
jbrockmendel committed Mar 18, 2022
commit 175cd09c44bf591fd4179b4462fc92b059f30169
1 change: 0 additions & 1 deletion doc/redirects.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,6 @@ generated/pandas.Timedelta.components,../reference/api/pandas.Timedelta.componen
generated/pandas.Timedelta.days,../reference/api/pandas.Timedelta.days
generated/pandas.Timedelta.delta,../reference/api/pandas.Timedelta.delta
generated/pandas.Timedelta.floor,../reference/api/pandas.Timedelta.floor
generated/pandas.Timedelta.freq,../reference/api/pandas.Timedelta.freq
generated/pandas.Timedelta,../reference/api/pandas.Timedelta
generated/pandas.TimedeltaIndex.ceil,../reference/api/pandas.TimedeltaIndex.ceil
generated/pandas.TimedeltaIndex.components,../reference/api/pandas.TimedeltaIndex.components
Expand Down
1 change: 0 additions & 1 deletion doc/source/reference/arrays.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ Properties
Timedelta.components
Timedelta.days
Timedelta.delta
Timedelta.freq
Timedelta.is_populated
Timedelta.max
Timedelta.microseconds
Expand Down