Category: Interview Part 1
-
Q.4 How will you verify if the items present in list A are present in series B?
We will use the isin() function. For this, we create two series s1 and s2 –
-
Q.3 How will you handle missing values in data?
There are several ways to handle missing values in the given data-
-
Q.2 How will you explain linear regression to a non-tech person?
Linear Regression is a statistical technique of measuring the linear relationship between the two variables. By linear relationship, we mean that an increase in a variable would lead to increase in the other variable and a decrease in one variable would lead to attenuation in the second variable as well. Based on this linear relationship,…
-
Q.1 What do you understand by the term Normal Distribution?
Normal Distribution is also known as Gaussian Distribution. It is a type of probability distribution that is symmetric about the mean. it shows that the data is closer to the mean and the frequency of occurrences in data are far from the mean.