top of page
learn_data_science.jpg

Data Scientist Program

 

Free Online Data Science Training for Complete Beginners.
 


No prior coding knowledge required!

Importing, Cleaning and Visualizing Data in Python

Writer's picture: cheikhbadiane99cheikhbadiane99

In this project, we are going to use the bank_churn dataset that can find here. First to all let's import the required library to be used for this project.


Let's now import and load the dataset we are going to use.


Exploring the dataset

The info() function of pandas gives us all information about the columns of the dataset, missing values and data type of each column.


As we can see there is no missing value in this dataset. But the data type is not what expected in some columns.


Cleaning data


Exploratory data analysis

The describe() function gives us the summarize statitics of numeric columns.


Univariate analysis

Geography


Age


Gender



Balance



Thanks for readind


0 comments

Recent Posts

See All

Commentaires


COURSES, PROGRAMS & CERTIFICATIONS

 

Advanced Business Analytics Specialization

Applied Data Science with Python (University of Michigan)

Data Analyst Professional Certificate (IBM)

Data Science Professional Certificate (IBM)

Data Science Specialization (John Hopkins University)

Data Science with Python Certification Training 

Data Scientist Career Path

Data Scientist Nano Degree Program

Data Scientist Program

Deep Learning Specialization

Machine Learning Course (Andrew Ng @ Stanford)

Machine Learning, Data Science and Deep Learning

Machine Learning Specialization (University of Washington)

Master Python for Data Science

Mathematics for Machine Learning (Imperial College London)

Programming with Python

Python for Everybody Specialization (University of Michigan)

Python Machine Learning Certification Training

Reinforcement Learning Specialization (University of Alberta)

Join our mailing list

Data Insight participates in affiliate programs and may sometimes get a commission through purchases made through our links without any additional cost to our visitors.

bottom of page