Skip to content

Remove numpy compat functions #44895

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 4 commits into from
Dec 16, 2021
Merged

Remove numpy compat functions #44895

merged 4 commits into from
Dec 16, 2021

Conversation

phofl
Copy link
Member

@phofl phofl commented Dec 15, 2021

cc @jbrockmendel

np.array(
[np_datetime64_compat("2011-01-01"), np_datetime64_compat("2011-01-02")]
),
np.array(["2011-01-01", "2011-01-02"]),
Copy link
Member

Choose a reason for hiding this comment

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

will we get the right dtype here?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good point, thx

@jreback jreback added the Compat pandas objects compatability with Numpy or Python functions label Dec 16, 2021
@jreback jreback added this to the 1.4 milestone Dec 16, 2021
@jreback jreback merged commit e999029 into pandas-dev:master Dec 16, 2021
@jreback
Copy link
Contributor

jreback commented Dec 16, 2021

very nice @phofl glad to kill these

@phofl phofl deleted the 39283 branch December 16, 2021 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compat pandas objects compatability with Numpy or Python functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CLN: Remove np_datetime64_compat and np_array_datetime64_compat
3 participants