# Create Buckets

We can categorize or bucket the numeric values into a set of ‘buckets’ like below.

![](broken-reference)

This is called ‘bucketing’ or ‘binning’. The basic idea is to assign each numeric value to one of the ‘buckets’ based on given conditions or rules.

## How to Access?

![](broken-reference)

## How to Use?

![](https://2850417076-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4HLCK3olgduYoe3RVS%2F-M4oMvCUDQwHTJ0eWi_f%2F-M4oN9yHMR_qKs_ow6H0%2Fbuckets.png?generation=1586795469735083\&alt=media)

There are various ways to create the buckets.

* Equal Length
* Equal Frequency (Quantile)
* Manual
* K-Means Clustering
* Outlier Detection

Take a look at this post for more details.

* [Creating Buckets or Clusters for Numeric Column Values in Exploratory](https://blog.exploratory.io/creating-buckets-or-clusters-for-numeric-column-values-in-exploratory-d04901b32d35)
