Category
Subset
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
Filtering
5 min readHow to create a subset of a DataFrame in Pandas
Create a subset of a Pandas DataFrame by using indexing operator [] and providing desired columns or a condition based on values of one or more columns, e.g. df[['col1', 'col2']] or df[df['col3'] > 0.5].
3/20/2023Read More
DataFrame
1 min readHow to only get the column values that are in a list with Pandas using Python
Learn how to only get the column values that are in a list with Pandas using Python.
2/8/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