Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Data visualization and Descriptive Statistics with Python 3
Rating: 4.5 out of 5(39 ratings)
279 students

Data visualization and Descriptive Statistics with Python 3

Using practical real-world datasets to showcase how to visualize and analyze data with Python Pandas, scipy and numpy
Created byLuc Zio
Last updated 2/2024
English

What you'll learn

  • Create effective data visualizations, including histograms, boxplots, scatterplots, bar charts, and pie charts using Python libraries
  • Learn how to explore datasets, identify patterns, and gain insights through both statistical measures and visual tools.
  • Understand how the different Python libraries treat missing values in calculating descriptive statistics
  • Be able to use effectively Python statistical libraries to compute descriptive statistics
  • Create professional charts with real world data using Python 3
  • Understand how and why some charting types are used to explore data in data science and Python

Course content

9 sections34 lectures5h 25m total length
  • Download and Install Anaconda distribution for Python7:35

    In this section, we will show you how to obtain Anaconda for Python 3 and how to launch the Jupyter notebooks.

  • Course organization, Jupyter notebooks, data and project files using Python 313:09

    In this lecture, you will learn how the course is organized. In particular, you will learn how to easily download the files necessary for each lecture as well as the projects files.

Requirements

  • Python Anaconda latest distribution using Jupyter notebook
  • Basic Python programming Knowledge
  • Understanding of Basic Statistics
  • Familiarity with Jupyter Notebooks Experience using Jupyter Notebooks or similar environments for coding is beneficial, as they are often used in data visualization workflows.

Description


This course is designed to teach analysts, students interested in data science, statisticians, data scientists how to analyze real world data by  creating professional looking charts and using numerical descriptive statistics techniques in Python 3.  You will learn how to use charting libraries  in Python 3 to analyze real-world data about corruption perception, infant mortality rate, life expectancy, the Ebola virus, alcohol and liver disease data, World literacy rate, violent crime in the USA, soccer World Cup,
migrants deaths, etc.  

You will also learn how to effectively use the various statistical libraries in Python 3 such as numpy, scipy.stats, pandas and statistics to create all descriptive statistics summaries that are necessary for analyzing real world data.
In this course, you will understand how each library handles missing values and you will learn how to compute the various statistics properly when missing values are present in the data.

The course will teach you all that you need to know in order to analyze hands on real world data using Python 3.  You will be able to appropriately create the visualizations using seaborn, matplotlib or pandas libraries in Python 3

Using a wide variety of world datasets, we will analyze each one of the data using these tools within pandas, matplotlib and seaborn:

  • Correlation plots

  • Box-plots for comparing groups distributions

  • Time series and lines plots

  • Side by side comparative pie charts

  • Areas charts 

  • Stacked bar charts 

  • Histograms of continuous data

  • Bar charts 

  • Regression plots

  • Statistical measures of the center of the data

  • Statistical measures of spread in the data

  • Statistical measures of relative standing in the data

  • Calculating Correlation coefficients

  • Ranking and relative standing in data

  • Determining outliers in datasets

  • Binning data in terciles, quartiles, quintiles, deciles, etc.

The course is taught using Anaconda Jupyter notebook, in order to achieve a reproducible research goal, where we use markdowns to clearly
document the codes in order to make them easily understandable and shareable.


This is what some students are saying:

"I really like the tips that you share in every unit in the course sections. This was a well delivered course."

"I am a Data Scientist with many years using Python /Big Data. The content of this course provides a rich resource to students interested in learning hands on data visualization in Python and the analysis of descriptive statistics. I will recommend this course anyone trying to come into this domain."

Who this course is for:

  • A genuine curiosity about using Python for statistical data analysis and creating impactful visualizations.
  • Anyone interested in charting real world datasets with Python 3
  • Anyone interested in Exploratory Data Analysis (EDA) using Python 3
  • Anyone interested in understanding how Pandas, Numpy, statistics and Scipy libraries treat missing values in Python and how they affect data sciences computations
  • Anyone interested in understanding how to compute descriptive statistics using Python libraries
  • Anyone interested in understanding how to effectively use the different statistical libraries for computing descriptive statistics