Python for Data Science Essential Training Part 1

Go to class
Write Review

Free Online Course: Python for Data Science Essential Training Part 1 provided by LinkedIn Learning is a comprehensive online course, which lasts for 6 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 Science Essential Training Part 1 is taught by Lillian Pierson, P.E..

Overview
  • Learn Python programming for data science. Discover how to clean, transform, analyze, and visualize data, as you build a practical project: an automated web scraper.

Syllabus
  • Introduction

    • Data science life hacks
    • What you should know
    1. Introduction to the Data Professions
    • Introduction to the data professions
    • The four flavors of data analysis
    • Why use Python for analytics?
    • High-level course road map
    2. Data Preparation Basics
    • Filtering and selecting
    • Treating missing values
    • Removing duplicates
    • Concatenating and transforming
    • Grouping and aggregation
    3. Data Visualization 101
    • The three types of data visualization
    • Selecting optimal data graphics
    • Communicating with color and context
    4. Practical Data Visualization
    • Creating standard data graphics
    • Defining elements of a plot
    • Plot formatting
    • Creating labels and annotations
    • Visualizing time series
    • Creating statistical data graphics
    5. Basic Math and Statistics
    • Simple arithmetic
    • Basic linear algebra
    • Generating summary statistics
    • Summarizing categorical data
    • Parametric correlation analysis
    • Non-parametric correlation analysis
    • Transforming dataset distributions
    • Extreme value analysis for outliers
    • Multivariate analysis for outliers
    6. Data Sourcing via Web Scraping
    • BeautifulSoup object
    • NavigableString objects
    • Data parsing
    • Web scraping in practice
    • Introduction to NLP
    • Cleaning and stemming textual data
    • Lemmatizing and analyzing textual data
    7. Collaborative Analytics with Plotly
    • Introduction to Plotly
    • Create statistical charts
    • Line charts in Plotly
    • Bar charts and pie charts in Plotly
    • Create statistical charts
    Conclusion
    • Next steps