Skip to content

BUG: Do not attempt to cache unhashable values in to_datetime (#39756) #40414

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 14, 2021

Conversation

maroth96
Copy link
Contributor

@pep8speaks
Copy link

pep8speaks commented Mar 13, 2021

Hello @maroth96! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2021-03-14 00:53:28 UTC

@simonjayhawkins simonjayhawkins added Bug Datetime Datetime data dtype labels Mar 14, 2021
@jreback jreback added this to the 1.3 milestone Mar 14, 2021
@jreback jreback merged commit 2d83015 into pandas-dev:master Mar 14, 2021
@jreback
Copy link
Contributor

jreback commented Mar 14, 2021

thanks @maroth96

@maroth96 maroth96 deleted the b-39756 branch March 16, 2021 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Datetime Datetime data dtype
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: to_datetime throws TypeError: unhashable type: 'list' even with errors='ignore'
4 participants