Basic Data Science Concept
📄 13 ArticlesData Science Interview Questions – 1/30
Data Science Interview questionsIt’s the first post of the upcoming 30 posts. In each post, you will have 5 videos […]
10 Questions, 10 Minutes – 5/100
1. What if you want to toggle case for a Python string? We have the swapcase() method from the str […]
Data Science Interview Questions
We will be doing Data Science interview questions on a daily basis. So you will be receiving 10 Data Science […]
Data Science Interview preparation – Day 5/30
Data Science Interview preparation Welcome to the Data Science Interview preparation. Today we will cover some basic topics on SQL, […]
Data Scientist Interview Questions -3/30
Data Scientist Interview Questions Welcome to the Data Science Interview Questions. Today we will cover some basic topics on SQL, […]
Best Fit Line in Linear Regression
Best Fit Line in Linear RegressionThe best fit line in linear regression is the one which tries to minimize the […]
Regression Line vs Line of Best Fit
Regression Line vs Line of Best Fit,understand the difference between the two concepts of Linear RegressionRegression Line vs Line of […]
How to solve data science Hackathon – PIMA Diabetes
How to solve data science Hackathon We at The Data Monk always believe in learning while coding and practicing. In […]
10 Questions, 10 Minutes – 4/100
1.How would you convert a string into an int in Python? If a string contains only numerical characters, you can […]
10 Questions, 10 Minutes – SQL/R/Python – 3/100
1.What will the following code output? >>> word=’abcdefghij’ >>> word[:3]+word[3:] The output is ‘abcdefghij’. The first slice gives us ‘abc’, […]