Meaning of groupby_bins.groups #6830
Unanswered
mwasserstein
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Those are the indices along |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello:
I am attempting to use groupby_bins to bin some data in equal size bins. To do so I specify an integer number of bins that I want the data to be binned in. However I am skeptical that the binning is being done correctly, based on the results that I get. To investigate, I found the

.groups
feature, and I'm wondering exactly what this means. Here is a photo of my code and the output.I'm specifically wondering about the integers that get listed after each datetime, which represents the label of my bins.
Thanks for the help.
Beta Was this translation helpful? Give feedback.
All reactions