Uploaded May 2023 | Updated September 2026, 1 hour ago
In this video, we'll provide an overview on the binomial distribution, a statistical method used to calculate the probability of binary outcomes. Using the example of flipping a coin, we will explore different calculation options for predicting the number of heads or tails. We'll also break down the formula and variables involved, providing a deeper understanding of how the binomial distribution works.
Watch the full tutorial:
π Python Approach to Solving Probability Interview Question for Data Science: youtu.be/MO1TY636-YA
______________________________________________________________________
π Subscribe to my channel: bit.ly/2GsFxmA
π Playlist for more data science interview questions and answers: bit.ly/3jifw81
π Playlist for data science interview tips: bit.ly/2G5hNoJ
π Playlist for data science projects: bit.ly/StrataScratchProjectsYouTube
π Practice more real data science interview questions: platform.stratascratch.com/coding?utm_source=youtube&utm_medium=click&utm_campaign=YT+shorts+python+probability+question
______________________________________________________________________
About The Platform:
I'm using StrataScratch (platform.stratascratch.com/coding?utm_source=youtube&utm_medium=click&utm_campaign=YT+shorts+python+probability+question), a platform that allows you to practice real data science interview questions. There are over 1000+ interview questions that cover coding (SQL and python), statistics, probability, product sense, and business cases.
So, if you want more interview practice with real data science interview questions, visit platform.stratascratch.com/coding?utm_source=youtube&utm_medium=click&utm_campaign=YT+shorts+python+probability+question. All questions are free and you can even execute SQL and python code in the IDE, but if you want to check out the solutions from me or from other users, you can use ss15 for a 15% discount on the premium plans.
______________________________________________________________________
Contact:
If you have any questions, comments, or feedback, please leave them here!
Feel free to also email me at nathan@stratascratch.com
_______________________________________________________________________
#probability #probabilityandstatistics #python
In this video, we'll provide an overview on the binomial distribution, a statistical method used to calculate the probability of binary outcomes. Using the example of flipping a coin, we will explore different calculation options for predicting the number of heads or tails. We'll also break down the formula and variables involved, providing a deeper understanding of how the binomial distribution works.
Watch the full tutorial:
π Python Approach to Solving Probability Interview Question for Data Science: youtu.be/MO1TY636-YA
______________________________________________________________________
π Subscribe to my channel: bit.ly/2GsFxmA
π Playlist for more data science interview questions and answers: bit.ly/3jifw81
π Playlist for data science interview tips: bit.ly/2G5hNoJ
π Playlist for data science projects: bit.ly/StrataScratchProjectsYouTube
π Practice more real data science interview questions: platform.stratascratch.com/coding?utm_source=youtube&utm_medium=click&utm_campaign=YT+shorts+python+probability+question
______________________________________________________________________
About The Platform:
I'm using StrataScratch (platform.stratascratch.com/coding?utm_source=youtube&utm_medium=click&utm_campaign=YT+shorts+python+probability+question), a platform that allows you to practice real data science interview questions. There are over 1000+ interview questions that cover coding (SQL and python), statistics, probability, product sense, and business cases.
So, if you want more interview practice with real data science interview questions, visit platform.stratascratch.com/coding?utm_source=youtube&utm_medium=click&utm_campaign=YT+shorts+python+probability+question. All questions are free and you can even execute SQL and python code in the IDE, but if you want to check out the solutions from me or from other users, you can use ss15 for a 15% discount on the premium plans.
______________________________________________________________________
Contact:
If you have any questions, comments, or feedback, please leave them here!
Feel free to also email me at nathan@stratascratch.com
_______________________________________________________________________
#probability #probabilityandstatistics #python
![Tricky Data Science Interview Question [By Facebook]
Today well cover a tricky data science interview question asked by Facebook. Its not so much a tricky problem as it is a problem with a non-obvious solution. But these types of questions are asked all the time on interviews because theyre scenarios that youd have to handle everyday as a data scientist. Lets cover what this questions all about. Follow along with me by going to the question below.
Link to question: https://platform.stratascratch.com/coding/10064-highest-energy-consumption?python=&utm_source=youtube&utm_medium=click&utm_campaign=YT+description+link
This series is for both beginner and intermediate data scientists and analysts interested in learning how to solve common data science interview questions in SQL.
π Subscribe to my channel: https://bit.ly/2GsFxmA
π Playlist for more data science interview questions and answers: https://bit.ly/3jifw81
π Practice more real data science interview questions: https://platform.stratascratch.com/coding?utm_source=youtube&utm_medium=click&utm_campaign=YT+description+link
Timestamps:
Intro: (0:00)
Question: (1:40)
Exploring the datasets: (2:03)
The 1st trick!: (2:40)
Write out approach: (4:34)
The 2nd trick!: (5:35)
Coding the solution: (6:35)
Conclusion: (10:50)
About The Platform:
Im using StrataScratch, a platform that allows you to practice real data science interview questions. There are over 1000+ interview questions that cover coding (SQL and python), statistics, probability, product sense, and business cases.
So, if you want more interview practice with real data science interview questions, visit https://platform.stratascratch.com/coding?utm_source=youtube&utm_medium=click&utm_campaign=YT+description+link. All questions are free and you can even execute SQL and python code in the IDE, but if you want to check out the solutions from me or from other users, you can use ss15 for a 15% discount on the premium plans.
Contact:
If you have any questions, comments, or feedback, please leave them here!
Feel free to also email me at nathan@stratascratch.com
#sql #datascience #sqlinterviews Tricky Data Science Interview Question [By Facebook]](https://i.ytimg.com/vi/eC7MdwKCCOE/mqdefault.jpg)



![Working with APIs in Python [For Your Data Science Project]
Weβre going to be working with the Youtube API to collect video statistics from my channel using the requests python library to make an API call and save it as a pandas dataframe. Working with APIs is a necessary skillset for all data scientists and should be incorporated into your data science projects. I talk about the one data science project youβll ever need in this video https://bit.ly/3rEt6WG so weβll start with the first step and learn how to work with APIs in python to collect our data.
The python notebook and links to resources are located in this Github repo: https://github.com/Strata-Scratch/api-youtube/blob/main/README.md
Link to the video referred to in the Intro: https://www.youtube.com/watch?v=c4Af2FcgamA
π Subscribe to my channel: https://bit.ly/2GsFxmA
π Playlist for more data science interview questions and answers: https://bit.ly/3jifw81
π Playlist for data science interview tips: https://bit.ly/2G5hNoJ
π Practice more real data science interview questions: https://platform.stratascratch.com/coding?utm_source=youtube&utm_medium=click&utm_campaign=YT+description+link
Timeline:
Intro: (0:00ββββ)
Coding on Google Colab: (2:00ββββ)
Testing with the Requests Library: (4:16ββββ)
Working with the YouTube API: (6:32ββββ)
Response from Making API Call: (11:00ββββ)
Data is in the items Key: (12:22ββββ)
Parsing through the Data: (12:57ββββ)
Creating the Loop: (16:17ββββ)
Making a Second API Call: (18:30ββββ)
Saving to a Pandas DataFrame: (20:31ββββ)
Implementing Good Software Engineering Fundamentals: (22:40ββββ)
Conclusion: (27:03ββββ)
If you want data science interview practice with real data science interview questions, visit https://platform.stratascratch.com/coding?utm_source=youtube&utm_medium=click&utm_campaign=YT%20description%20link&utm_content=APIs%20in%20Pythonββββ. All questions are free and you can even execute SQL and python code in the IDE, but if you want to check out the solutions from me or from other users, you can use ss15 for a 15% discount on the premium plans.
Contact:
If you have any questions, comments, or feedback, please leave them here!
Feel free to also email me at nathan@stratascratch.com
#PythonAPI Working with APIs in Python [For Your Data Science Project]](https://i.ytimg.com/vi/fklHBWow8vE/mqdefault.jpg)




![How To Handle Multicollinearity and Feature Selection [DoorDash Data Science Project]
In this video, well give you a brief introduction to multicollinearity and feature selection, and show you how to solve the problem using a variety of methods. Well be using the DoorDash data science project to demonstrate how to apply these concepts in practice. In addition, well use the Random Forest regression method to determine which features are most important for predicting delivery times.
Watch our previous videos:
π Part 1: Data Preparation for Modeling: https://youtu.be/Sf6jn8QZHhc
π Part 2: Collinearity and Removing Redundancies: https://youtu.be/m3zEV10qvE8
π§βπ» Go to the project through the link below and follow along with me: https://platform.stratascratch.com/data-projects/delivery-duration-prediction?utm_source=youtube&utm_medium=click&utm_campaign=multicollinearity+%26+feature+selection
π Subscribe to my channel: https://bit.ly/2GsFxmA
π Playlist for more data science interview questions and answers: https://bit.ly/3jifw81
π Playlist for data science interview tips: https://bit.ly/2G5hNoJ
π Practice more real data science interview questions: https://platform.stratascratch.com/coding?utm_source=youtube&utm_medium=click&utm_campaign=YT+description+link
Timeline:
Intro: (0:00βββ)
Quick recap: (0:25)
Removing multicollinearity: (0:48)
Feature selection (2:56)
Conclusion: (β8:17)
About The Platform:
Im using StrataScratch (https://platform.stratascratch.com/coding?utm_source=youtube&utm_medium=click&utm_campaign=YT+description+link), a platform that allows you to practice real data science interview questions. There are over 1000+ interview questions that cover coding (SQL and python), statistics, probability, product sense, and business cases.
So, if you want more interview practice with real data science interview questions, visit https://platform.stratascratch.com/coding?utm_source=youtube&utm_medium=click&utm_campaign=YT+description+link. All questions are free and you can even execute SQL and python code in the IDE, but if you want to check out the solutions from me or from other users, you can use ss15 for a 15% discount on the premium plans.
Contact:
If you have any questions, comments, or feedback, please leave them here!
Feel free to also email me at nathan@stratascratch.com
#StrataScratch #DoordashDataProject #DataModeling #Python How To Handle Multicollinearity and Feature Selection [DoorDash Data Science Project]](https://i.ytimg.com/vi/gh5JzALBQvU/mqdefault.jpg)
