Skip to content

DOC: Using np.histogram_bin_edges with pd.cut #59281

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 5 commits into from
Jul 22, 2024

Conversation

chaarvii
Copy link
Contributor

@chaarvii chaarvii commented Jul 19, 2024

As per reviews on ##59241, adding documentation support for using np.histogram_bin_edges with pd.cut to allow bins calculation with strings.

@chaarvii
Copy link
Contributor Author

@asishm Addressed your comments!

@mroeschke mroeschke added the Docs label Jul 22, 2024
@mroeschke mroeschke added this to the 3.0 milestone Jul 22, 2024
@mroeschke mroeschke merged commit efb99be into pandas-dev:main Jul 22, 2024
45 checks passed
@mroeschke
Copy link
Member

Thanks @chaarvii

@chaarvii chaarvii deleted the pd-cut-doc branch July 22, 2024 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENH: In pd.cut(), allow bins='auto' (leveraging np.histogram_bin_edges)
3 participants