-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CLN: remove pandas.util.testing.choice #12386
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
Comments
cc @carroux |
|
3 tasks
I think I have this finished. See #12490. |
paul-reiners
added a commit
to paul-reiners/pandas
that referenced
this issue
Mar 2, 2016
Removed pandas.util.testing.choice() method. Replaced all references to it with calls to np.random.choice(). Added entry to whatsnew. pandas-dev#12386
3 tasks
This is fixed in pull request #12505. Tests have passed, it's all in one commit, and whatsnew has been added. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
xref #12384
so I think this was for numpy < 1.7 compat.
we should remove
pandas.util.testing.choice
https://github.com/pydata/pandas/blob/master/pandas/util/testing.py#L173
there might be some latent doc references
The text was updated successfully, but these errors were encountered: