
Visualizing Data in Python
What is data visualization? Data visualization refers to the graphical presentation of data and information. Using visual elements such...
Md Ali Mortaza Sourav
1 min read

Pandas Techniques for Data Manipulation
Pandas is a powerful python library. Which is mostly used to manipulate and analyze data. Here, we discuss the basic tools that are used...
Md Ali Mortaza Sourav
1 min read

Highest Common Factor Calculation
The highest common factor (HCF) is found by finding all common factors of two numbers and selecting the largest one. As we can see, 5 and...
Md Ali Mortaza Sourav
1 min read

Writing Simple Apps with Python: BMI Calculator
Body mass index is a measurement related to body weight and height. BMI is sometimes used to measure total body fat and whether a person...
Md Ali Mortaza Sourav
1 min read

Investigating Guest Stars in The Office
Dataset The name of the dataset is "The Office Dataset". This was obtained from the Kaggle website. First import the libraries needed...
Md Ali Mortaza Sourav
1 min read

Python Concepts for Data Science: Loops
Loops Looping means repeating something over and over until a certain condition is satisfied. A Python loop is a control flow statement...
Md Ali Mortaza Sourav
1 min read

Python Concepts for Data Science: Functions
A function is a sequence of organized, reusable code that is used to perform a single, related action. Functions provide better...
Md Ali Mortaza Sourav
1 min read
Functions In Python
Python Functions A function is a piece of code that performs a specific task and only runs when called. It is made up of a set of...
James Owusu-Appiah
3 min read


“A picture is worth a thousand words” part 2
Part2: An example for visualization using seaborn here We are going to simplify the example from Data visualization in Python using...
Sana Omar
2 min read


“A picture is worth a thousand words”
Data visualization in python Visualizing data is very important, it helps in discovering patterns and characteristics behavior over time...
Sana Omar
2 min read

Statistical Experimentation with Python
in this tutorial we will demonstrate ten keys concept in statistics for data science. we will get through many theoric things along with...
mohamed amine brahmi
3 min read

Cleaning Data With Python Pandas
Photo Courtesy: Analyticsvidhya Data cleaning in Python It is an affirmative fact that cleaning data is an instrumental process behind...
rubayat tithi
3 min read

Statistical Concepts for Data Science
Data Scientist is one of the most attractive career options that offers immense job satisfaction, insanely high salary, global...
Pyae Phyo Kyaw
8 min read


Correlation and Covariance
Whenever we talk about statistics, we should mention correlation and covariance. In this article, we will go through them to illustrate...
abdelrahman.shaban7000
2 min read


Probability distributions
When we talk about distribution, we know that it is a mathematical description of outcomes. that describes all the possible values and...
abdelrahman.shaban7000
3 min read


Some Pandas Techniques
Pandas is a python library used for data analysis, it is built on top of matplotlib and numpy for data visualization and mathematical...
Sana Omar
4 min read

Measures of dispersion
Whenever analyzing the data, usually we will find some variation of the observations from their central value such as mean. so it is...
abdelrahman.shaban7000
3 min read

Some Statistical concepts for data science
Statistique is one of the key parts of data science. In this blog post, we’ll present some important statistics concepts for data science...
TEMFACK DERICK
3 min read

Statistical concepts you need to know as a Data Scientist
This article shows some important statistical concepts for a Data Scientist. All of the code can be accessed from the jupyter notebook on...
Abdi Tolesa
3 min read

Statistical Concepts for Data Science
Statistics is "a branch of mathematics dealing with the collection, analysis, interpretation and presentation of masses of numerical...
ben othmen rabeb
6 min read
Statistical Concepts for Data Science
What is Statistics? Statistics is the science of collecting, analyzing, interpreting, and manipulating data in order to draw conclusions...
Vanessa Arhin
5 min read


Binomial distribution
‘flipping a coin’ is a very famous sentence when we mention the binomial distribution. The binomial distribution is considered one of...
abdelrahman.shaban7000
2 min read

Statistical Concepts for Data Science
1. Probability Distributions A. Geometric Distribution Geometric distribution is a type of discrete probability distribution that...
Ntandoyenkosi Matshisela
4 min read

TOP 10 statistical concepts in data science
1)Measures of Central Tendency measures of Central Tendency is a summary measure that describes a whole set of data with a single value...
Sara Ahmed
3 min read