Skip to content

Include an exercise for qcut() #9

@shrinidhin

Description

@shrinidhin

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])

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions