Description of Freq(col) #47
Unanswered
Vikram12301
asked this question in
Q&A
Replies: 0 comments
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.
-
On reading the description of a column, I assumed that, Freq(X) would be calculated as
data.groupby('X')['X'].transform('count')But, I see some difference in the results on comparing. Can you please explain how this Freq(X) works,
I assume there is some binning done before calculating the Freq(X).
Beta Was this translation helpful? Give feedback.
All reactions