Skip to content

Fix to_datetime([dt.date]) (#891) #892

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 1 commit into from
Mar 19, 2024

Conversation

vanheck
Copy link
Contributor

@vanheck vanheck commented Mar 19, 2024

Copy link
Collaborator

@Dr-Irv Dr-Irv left a comment

Choose a reason for hiding this comment

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

thanks @vanheck

@Dr-Irv Dr-Irv merged commit ce1d7e1 into pandas-dev:main Mar 19, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pd.to_datetime(list[datetime.date]) is wrong input type (mypy), but pandas returns output.
2 participants