Python for Data Visualization

Go to class
Write Review

Free Online Course: Python for Data Visualization provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Python for Data Visualization is taught by Michael Galarnyk and Madecraft.

Overview
  • Build accurate, engaging, and easy-to-generate data visualizations using the popular programming language Python.

Syllabus
  • Introduction

    • Effectively present data with Python
    • What you should know before you start
    • Using the exercise files
    1. Data Visualization Tools
    • Value of data visualization
    • Why use a programming language?
    • Overview of Jupyter Notebooks
    2. pandas
    • Introduction to pandas
    • Create sample data
    • Load sample data
    • Basic operations
    • Slicing
    • Filtering
    • Renaming and deleting columns
    • Aggregate functions
    • Identifying missing data
    • Removing or filling in missing data
    • Convert pandas DataFrames to NumPy arrays or dictionaries
    • Export pandas DataFrames to CSV and Excel files
    3. Matplotlib
    • Basics of Matplotlib
    • Setting marker type and colors
    • MATLAB-style vs. object syntax
    • Setting titles, labels, and limits
    • Grids
    • Legends
    • Saving plots to files
    • Matplotlib wrappers (pandas and Seaborn)
    4. Advanced Plotting
    • Heatmaps
    • Histograms
    • Subplots
    Conclusion
    • Next steps