-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe Topic
Include an exercise to implement the qcut() function in datatables which is a function for binning columns
Suggested Set
It can possibly be included in Set 5: Column Aggregations
Sample Exercise
Exercise : Create a new column B in frame data which contains deciles of column A
Solution : data['B'] = dt.qcut([dt.f.A])
vopani
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request