-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
TYP: changed variable cat_array to cat_array_list in dtypes.py #44373
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
Conversation
@jbrockmendel any idea why I am failing these tests? Thanks for your time. |
Best guess is the CI started using a newer version of pyarrow and ran into #44231, so its unrelated to this PR and you can ignore those particular failures for now |
This reverts commit 3cefbcc.
can you merge master |
… metadata field is missing (pandas-dev#44325)
…4397) * ENH: Support timespec argument in Timestamp.isoformat() * Get rid of tabs * Copy isoformat docstring to NaTType * Remove NaT docstring changes & update NaT tests * Fix another black issue
@jreback Sorry I pulled from master then pushed. I guess that was the wrong thing to do. I should have git merge. Not sure how to undo this. So I just closed the pull request. |
xref #37715