Skip to content
Course Details:
Concepts Covered:
- Understand the fundamentals of statistics
- Learn how to work with different types of data
- How to plot different types of data
- Calculate the measures of central tendency, asymmetry, and variability
- Calculate correlation and covariance
- Distinguish and work with different types of distributions
- Estimate confidence intervals
- Perform hypothesis testing
- Make data driven decisions
- Understand the mechanics of regression analysis
- Carry out regression analysis
- Use and understand dummy variables
- Understand the concepts needed for data science even with Python and R!
Course Details:
Concepts Covered:
- Obtain summary statistics and employ stddev_samp(), stddev_pop(), var_samp(), var_pop() to get standard deviations and variance
- Create subgroups (using window functions) for more granular analysis
- Apply statistics based on sorted data within groups, such as the median value, the first and third quartiles of a dataset, the most frequent value, etc.
- Convert values to null with nullif()
- Understand the limits of the mode() function
- Further manipulate query result sets using ranking, hypothetical sets, percentile functions, and conditional expressions
- Additional querying techniques such as row_number() over() and generate_series()
Course Details:
Concepts Covered:
- JOINs and UNIONs: Combine information from multiple tables
- Analytic Functions: Perform complex calculations on groups of rows
- Nested and Repeated Data: Learn to query complex datatypes in BigQuery
- Writing Efficient Queries: Write queries to run faster and use less data
Course Details:
Concepts Covered:
- Learn how to use data visualization to explore data
- Learn how and when to use the most common plots
Course Details:
Concepts Covered:
- Design for an Audience
- Storytelling Data Visualization
- Gestalt Principles and Pre-Attentive Attributes
- Matplotlib
Course Details:
Concepts Covered:
- Dictionaries and Frequency Tables
- Functions: Fundamentals
- Functions: Intermediate
- Jupyter Notebook
Course Details:
Concepts Covered:
- Do a data cleaning project from start to finish
- Hone your data cleaning skills
Course Details:
Concepts Covered:
- Query external data sources using an API
- Scrape data from the web
Course Details:
Concepts Covered:
Course Details:
Concepts Covered:
- Joining Data in SQL
- Intermediate Joins in SQL
- Building and Organizing Complex Queries
- Table Relations and Normalization
- Querying SQLite from Python