What are bins in tableau How to create bins in tableau

This recipe explains what are bins in tableau This recipe helps you create bins in tableau

Recipe Objective - What are Bins in Tableau? How to create bins in tableau?

Bins in tableau are containers that store data of equal size fitting in bin size. Bin groups data into equal interval groups or sizes, making it a systematic distribution of data. Most measures are used to create bins in tableau. Bins are widely used in tableau for data analysis work as it provides deeper insights and organizes information better.

Steps to create Bins.

Step 1 > Connect the "NFL Offensive Player stats, 1999-2013.xlsx" data set.

Step 2 > Right-click on College Wins measure and choose Bins in Create option.

Step 3 > Keep the default size of the bin and name it College wins(bin).

Step 4 > Convert the "College wins(bin)" into continuous value from discrete value.

Step 5 > Drag the "College wins(bin)" dimension and drop it onto the column shelf.

Step 6 > Drag the "College wins" measure and drop it onto the row shelf.

Step 7 > Click SUM(College wins) on Rows and change aggregation from Sum to Count.

Our Visualization with Bins is Ready!

What Users are saying..

profile image

Anand Kumpatla

Sr Data Scientist @ Doubleslash Software Solutions Pvt Ltd
linkedin profile url

ProjectPro is a unique platform and helps many people in the industry to solve real-life problems with a step-by-step walkthrough of projects. A platform with some fantastic resources to gain... Read More

Relevant Projects

Time Series Project to Build a Multiple Linear Regression Model
Learn to build a Multiple linear regression model in Python on Time Series Data

MLOps Project to Build Search Relevancy Algorithm with SBERT
In this MLOps SBERT project you will learn to build and deploy an accurate and scalable search algorithm on AWS using SBERT and ANNOY to enhance search relevancy in news articles.

Build Deep Autoencoders Model for Anomaly Detection in Python
In this deep learning project , you will build and deploy a deep autoencoders model using Flask.

Image Segmentation using Mask R-CNN with Tensorflow
In this Deep Learning Project on Image Segmentation Python, you will learn how to implement the Mask R-CNN model for early fire detection.

AWS MLOps Project to Deploy Multiple Linear Regression Model
Build and Deploy a Multiple Linear Regression Model in Python on AWS

Abstractive Text Summarization using Transformers-BART Model
Deep Learning Project to implement an Abstractive Text Summarizer using Google's Transformers-BART Model to generate news article headlines.

AWS MLOps Project for ARCH and GARCH Time Series Models
Build and deploy ARCH and GARCH time series forecasting models in Python on AWS .

Build a Credit Default Risk Prediction Model with LightGBM
In this Machine Learning Project, you will build a classification model for default prediction with LightGBM.

MLOps AWS Project on Topic Modeling using Gunicorn Flask
In this project we will see the end-to-end machine learning development process to design, build and manage reproducible, testable, and evolvable machine learning models by using AWS

Insurance Pricing Forecast Using XGBoost Regressor
In this project, we are going to talk about insurance forecast by using linear and xgboost regression techniques.