Last updated: Feb 22, 2022

Data Analysis

No Machine Learning model can function without proper analysis, preprocessing, and knowledge of the dataset. Data analysis is one of the most important techniques to perform before performing Machine Learning techniques because it is responsible for the model's better predictions and accuracy.
Introduction to Data Analysis
In this blog, we will learn about the importance and applications of Data Analysis, and then we will learn about tools used for Data Analysis with a primary focus on python.
Neighbourhood Aggregation in GraphX MEDIUM
In this article, we will discuss about neighbourhood aggregation in GraphX, collecting neighbours and aggregating messages.
Learning about Tableau Interface
This article discusses the Tableau Interface and its main components for efficiently creating visualisations and data analysis.
Introduction to Tableau EASY
This article covers the concept of tableau, its features, uses, advantages, and disadvantages.
Importing Data to Tableau EASY
This article explains how to import data in tableau and importance of data in tableau.
Making Bullet Chart in Tableau EASY
This article covers a step-by-step tutorial about making a bullet chart in Tableau.
Data Types in Tableau
This article covers all the different types of data types and how can we change the data type of fields in Tableau.
Parameters in Tableau EASY
In this blog, we will discuss the Parameters in Tableau. We will discuss their benefits and learn how to create and use these parameters in Tableau.
Dimensions and Measures in Tableau EASY
This article covers the concept of Dimensions and Measures in Tableau, their examples, respective uses, and the process of converting a Dimension to a Measure.
Data Cleaning with Data Interpreter MEDIUM
The article covers the concepts of data cleaning with Data interpreter, its usage, and its implementation along with some frequently asked questions.
Groups and Sets in Tableau MEDIUM
The article covers the concepts of groups and sets in Tableau, their differences, and implementation, along with some frequently asked questions.
Introduction to Dashboard in Tableau MEDIUM
The article covers the concepts of introduction to Dashboard in Tableau, its features, and its implementation along with some frequently asked questions.
Data Analysis Process EASY
In this blog, we will learn about Data Analysis Process. We will understand its core concepts,steps, and much more for better understanding.
Introduction to Tooltips in Tableau
This article covers the concept of Tooltips in Tableau, its features, implementation of its methods, applications, and some frequently asked questions.
What are Aliases in Tableau? MEDIUM
This article discusses tableau aliases, including their features, construction, data blending capabilities along with some frequently asked questions.
Relationships vs Joins
In this blog, we are going to see the difference between Relationships and Joins and their pros and cons.
Relationships in Tableau
This blog will discuss the new feature added to Tableau called relationships, along with its features and operations.
Making Waterfall Chart in Tableau
In this article we will be studying about making waterfall charts in Tableau, its features, how to create waterfall charts, its uses and step-by-step procedure to making waterfall chart in Tableau.
Author Nitika
0 upvotes
Making a Dual Axis Chart in Tableau
Dual Axis charts in Tableau are powerful visualizations that allow users to combine two different measures or dimensions on separate axes within a single chart.
Sorting Data in Tableau EASY
This article covers the concept of Sorting Data in Tableau, its features, various methods to Sort the data, and Sorting using Parameters.
Introduction to Extract Filter EASY
This article covers a brief Introduction to Extract filters in Tableau. It covers what an extract filter is, its features and its implementation.
Author Shiva
0 upvotes
Exploratory Data Analysis In Python MEDIUM
In this article, we'll discuss the basics of EDA using Python. We'll cover data preprocessing, univariate analysis, bivariate analysis, & multivariate analysis.
Implementing Tables in Tableau EASY
This blog discusses the implementation of tables in Tableau along with the process of performing operations on those tables.
Introduction to Context Filter EASY
In this article we are going to learn about Content Filter and their features and implementation in Tableau
Author Nitika
0 upvotes
Introduction to User Filter EASY
In this blog, we will discuss the introduction to user filters. We will discuss their features and learn about implementing these filters in Tableau.
Making Word Cloud in Tableau
This article discusses creating word clouds in Tableau and visualising text data simply and attractively.
Making Line Charts in Tableau
In this blog, we will discuss about making line charts in Tableau, their uses, advantages, disadvantages and how to make line charts in Tableau.
Data analytics in Python EASY
In this article, we'll explore how Python is used in data analytics, diving into numerical data analysis with NumPy and data manipulation with Pandas, accompanied by practical code examples.
What are Bins in Tableau? MEDIUM
In this article, you will learn about bins in Tableau, the uses of bins, creating a bin in Tableau, and editing bins in Tableau.
What is the Level of Detail (LOD) in Tableau? EASY
This article answers the question, What is the Level of Detail (LOD) in Tableau? We will also cover features and limitations of it, many more.
Author Shiva
0 upvotes
Funnel Chart in Tableau
In this article, we will discuss about the Funnel Charts in Tableau, followed by their basic concepts, its uses, and its creation.
Introduction to Data Source Filter
In this article, we will discuss Data Source Filter, their features, and their implementation.
Data Blending in Tableau EASY
In this blog, we will learn about data blending in Tableau. We will learn about Tableau and data blending and also discuss one example of data blending.
Building Histograms in Tableau EASY
This article discusses histograms in Tableau, including their features, advantages, use cases, implementation, and some frequently asked questions.
Aggregating Data Using Tableau EASY
This article covers Aggregating Data Using Tableau, how to implement data aggregation, and rules for data aggregation and implementing it.
Author Shiva
0 upvotes
Hierarchies in Tableau
In this blog, we will be learning, how to create Hierarchies in Tableau with drill down and drill up respectively with proper examples.
Discrete Fields vs Continuous Fields in Tableau MEDIUM
In this article, you will learn briefly about discrete and continuous fields, their features, and the comparison between discrete fields and continuous fields in Tableau.
Joins in Tableau
In this blog, we will discuss joins in Tableau, their uses, types and how to create a join in Tableau.
Difference between Join and Blending in Tableau
This article will discuss the difference between them joins and blending in tableau, how to use and when to use those joins and Blends in data with examples.
Author Arya27
0 upvotes
Introduction to Dimension Filter
In this blog, we will discuss the introduction to dimension filter in detail, along with its implementation and features.
Building Maps in Tableau
In this blog, we will discuss the features and application of Building Maps in Tableau and discover its types and customization features.
Making Bar Charts in Tableau
Bar charts are used to compare data across categories, and in this blog, we will discuss the Bar charts in Tableau.
Making Sparkline in Tableau EASY
This article covers the concept of sparkline in Tableau, its advantages and disadvantages, and how to make a sparkline.
What are Filters in Tableau?
This article explains what are filters in Tableau. We will uncover features and uses of filters and various types of filters in Tableau with examples.
Introduction to Measure Filter
In this article, we will discuss about the Measure Filters in tableau followed by their basic concepts and implementations.
What is Exploratory Data Analysis? MEDIUM
We will discuss what EDA in Data Science is, the dataset used, insights from the dataset, handling the missing values, data visualization, and handling the outliers. 
Roles and Responsibilities of Data Scientist
In this article, we will cover Roles and Responsibilities of Data Scientist including all the aspects.
Data Analyst vs. Data Scientist: Key Difference? EASY
This article discusses the Data Analyst vs. Data Scientist which career path is suitable for you based on responsibilities, skills, and salary?

Data Visualization

One of the most important aspects of data analysis and extracting required solutions from a dataset through graphs, plots, and visuals is data visualization. It includes a number of libraries such as Matplotlib, Seaborn, HoloViews, and many others.
What is Multidimensional Scaling? HARD
This article incorporates information about multidimensional scaling and the math behind multidimensional scaling with use cases.
Introduction to Matplotlib and Seaborn
In this blog, we will learn about Matplotlib and Seaborn.
Matplotlib Bar Plot EASY
This blog covers all the concepts of bar plots in the matplotlib library, along with different types of bar plots using matplotlib with their uses.
Python Histogram EASY
The article will discuss the various approaches and functions used to create a histogram in Python using matplotlib.
Scatter Plot Python EASY
In this article, we will learn about plotting the data set with the help of matplotlib and numpy library and plotting with a line in Scatter Plot Python.
Seaborn KDE Plot MEDIUM
KDE stands for Kernel Density Estimate, which is a graphical way to visualise our data as the Probability Density of a continuous variable.
Ticks in Matplotlib EASY
This article will explore how to add ticks and customise their format, location, rotation, and labels in Matplotlib.
Line And Scatter Plot
In this blog, we will learn about the importance of data visualization, and then we will learn about the line and scatter plots and why they are used to visualize data, along with how to implement the plots in Python.
Box and Whisker Plot
In this blog, we will learn about the importance of visualization of data, and then we will study about box and whisker plot(or box plot) and its implementation in python using matplotlib.
Data Modeling Tools MEDIUM
In this blog, we will learn about Data Modeling Tools. We will learn about different types, popular, and Choosing the Right Data Modeling Tool etc.
What is Matplotlib Inline in Python? MEDIUM
%matplotlib inline is a magic command in Jupyter Notebooks that allows you to display Matplotlib plots directly in the notebook output cells.
Introduction to Normal Distribution and Histogram
This article is an overview of Normal Distribution and Histogram
Data Visualization Using Bokeh
This article will cover the basic features of Bokeh and its types. Furthermore, we will look into the steps for plotting in Bokeh and the basic glyphs commonly used in histograms.
Modern data visualization with HoloViews
In the following article, we will be studying modern data visualization techniques in python using Holoviews. We will also plot some interesting graphs that will help you in understanding Holoviews.
Movie Dataset Visualization
The objective of this blog is to teach how to visualize a Movie Dataset using Seaborn and Matplotlib libraries.

Data Preprocessing

Clean and prepared data is a major factor in increasing the efficiency of any Machine Learning model. Data preprocessing allows one to convert any raw data into usable data while also filtering out unnecessary data or dimensions.
Data Preprocessing - Introduction
In this blog, we’ll discuss the data preprocessing phase in model building in detail.
Data Cleaning
This article discusses data cleaning and its different methods with practical examples.
Data Aggregation and Interpolation
In this blog, we will learn about Data Aggregation and Interpolation. We will understand the meaning of data aggregation and interpolation and later learn about their key features.
Label Encoding of Dataset
This blog thoroughly covers a popular data encoding technique- Label encoding
One Hot encoding EASY
One-hot encoding is a process used to represent categorical data numerically for machine learning algorithms. It’s an effective way to transform categorical data into a format suitable for machine learning models.
Normalisation vs. Standardisation EASY
Learn the difference between normalization and standardization, their implementations, and when to use each technique in normalisation vs standardisation.