Category
Statistics
7-Day Challenge
Land Your First Data Science Job
A proven roadmap to prepare for $75K+ entry-level data roles. Perfect for Data Scientist ready to level up their career.
Build portfolios that hiring managers love
Master the Python and SQL essentials to be industry-ready
Practice with real interview questions from tech companies
Access to the $100k/y Data Scientist Cheatsheet
Getting Started
3 min readHow long does it take to learn Python for Data Science in 2023
Learn how long it takes to learn Python for Data Science in 2021.
What does it take to be a Data Scientist in 2021?
4/18/2023Read More
Data Visualization
6 min readHow to smooth a line using Python - 4 Methods
Uncover hidden insights in your data with these 4 methods for smoothing a line. From rolling windows to spline interpolation, we'll reveal the secrets you need to know to unlock the full potential of your data.
4/15/2023Read More
Fourier
1 min readHow to do a Fourier Decomposition in Python
Learn how to do a Fourier decomposition in Python in order to break down a complex signal into simpler trigonometric functions for easier analysis and prediction.
4/2/2023Read More
AI
1 min readHow to analyze the correlation between two variables
Discover various methods to analyze the correlation between two variables in Python using functions such as numpy.corrcoef(), pandas.DataFrame.corr(), scipy.stats.pearsonr(), scipy.stats.spearmanr() and seaborn.pairplot() to understand the relationship between the variables.
2/20/2023Read More
Fundamentals
5 min readHow to do statistics on a DataFrame
Learn how to perform various statistics on a Pandas DataFrame such as mean, median, mode, standard deviation, variance, minimum and maximum, sum, count and more using built-in methods like .mean(), .median(), .std(), .min(), .max(), .sum(), .count(), .describe() etc.
2/17/2023Read More
Pandas
1 min readHow to compute the covariance matrix of two Pandas DataFrame columns using Python
Learn how to compute the covariance matrix of two pandas DataFrame columns using the DataFrame.cov() Pandas function.
4/27/2022Read More
DataFrame
2 min readHow to groupby using multiple operations with Pandas using Python
Learn how to groupby using multiple operations using Pandas DataFrame.aggregate() method.
2/10/2022Read More
DataFrame
2 min readHow to compute the standard error of the mean with Pandas using Python
Learn how to compute the standard error of the mean with Pandas using Python
2/9/2022Read More
DataFrame
1 min readHow to get a random sample of rows of a DataFrame with Pandas using Python
Learn how to get a random sample of rows of a DataFrame with Pandas using Python.
The DataFrame.sample() is the method that you will need to draw random samples from your DataFrame.
2/2/2022Read More
Free Newsletter
Master Data Science in Days, Not Months 🚀
Skip the theoretical rabbit holes. Get practical data science skills delivered in bite-sized lessons – Approach used by real data scientist. Not bookworms. 📚
Weekly simple and practical lessons
Access to ready to use code examples
Skip the math, focus on results
Learn while drinking your coffee