Basic Data Science Concept
📄 13 Articles10 Questions, 10 Minutes – 1/100
This is something which has been on my mind since a long time. We will be picking 10 questions per […]
10 Questions, 10 Minutes – 2/100
This is something which has been on my mind since a long time. We will be picking 10 questions per […]
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’, […]
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 – 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 […]
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 […]
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 […]
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 […]
Data 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 […]