Skip to content

Conversation

@jbrockmendel
Copy link
Member


def test_at_time_ambiguous_format_deprecation(self):
# GH#50839
rng = date_range("1/1/2000", "1/5/2000", freq="5min")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we test with less data? (like end at 1/2/2000)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, will update

@mroeschke mroeschke added the Deprecate Functionality to remove in pandas label Nov 3, 2025
@mroeschke mroeschke added this to the 3.0 milestone Nov 4, 2025
@mroeschke mroeschke merged commit cd8dc38 into pandas-dev:main Nov 4, 2025
42 checks passed
@mroeschke
Copy link
Member

Thanks @jbrockmendel

@jbrockmendel jbrockmendel deleted the depr-between-time branch November 4, 2025 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Deprecate Functionality to remove in pandas

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG: string date parsing for at_time and indexer_at_time have many inconsistencies with indexer_at_time documentation; should be more like between_time

2 participants