Interview Questions
📄 410 ArticlesComplete path to master SQL before interview
We have interviewed a lot of candidates and found out that SQL is still something which is very less explored […]
10 Must have SQL questions
What are the different Analytic functions available in SQL Server? 2. What are the different Ranking Window functions in SQL […]
Practice Numpy
Numpy is one of the basic and most used packages in Python. It is mostly used for scientific computing. Most […]
EDA in Python
The complete Machine Learning journey can be penned down in 4 steps:- 1. Exploratory Data Analysis – This is the […]
Start with Python
Python is one of the most preferred language for Data Science. It is needless to discuss the pros and cons […]
SQL advance concepts
Advance concepts mostly involves knowledge of window functions, cleaning the data format, working with different date formats, etc. Before proceeding, […]
Supply Chain Analytics – Using PuLP in Python
There are three types of programming which we can do in Supply Chain a. Linear Programming – It involves creating […]
Supply Chain Analytics
We all have a fair idea about the supply chain. In a layman term, we can say that the supply […]
Linear Regression Part 3 – Evaluation of the model
Check out Part 1 and Part 2 of the series before going further Linear Regression Part 1 – Assumption and […]
Linear Regression Part 2 – Implementation of LR
We already know the assumptions of the Linear Regression. We will quickly go through the implementation part of the Linear […]