Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dd2cf7f

Browse files
Update data_science_interviews.md
1 parent 206d300 commit dd2cf7f

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

‎data_science_interviews.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,41 @@ Tradeoff between YOLO and FasterRCNN in terms of speed and accuracy ?
144144
What are feature maps and how are they obtained ?
145145

146146
****************************************************************************
147+
How will you count unique values in a data frame column.
148+
149+
How will you convert a column data type to string ?
150+
151+
How will you obtain correlation coefficient between 2 columns in a data frame ?
152+
153+
How will you merge two data frame based on common column (when column name is same) ?
154+
155+
How will you merge you merge two data frames base on common column name (column name is different in left and right data frame) ?
156+
157+
Define the term correlation with respect to statistics ?
158+
159+
What are the types of correlation coefficient?
160+
161+
What is the difference in Pearson correlation coefficient and spearmen correlation coefficient?
162+
163+
How do we deal with categorical variables for statistical analysis?
164+
165+
How do you obtain correlation between 2 categorical variables?
166+
How do you find Correlation between one categorical variable and other numerical variables?
167+
168+
What is the difference between dictionary and list?
169+
170+
How do you append a dictionary with another dictionary?
171+
172+
What is the difference between tuples and list ?
173+
174+
Can a tuple have different data types of element contained within it ?
175+
176+
How do you read data from database directly and convert it into data frame for analysis?
177+
178+
How do you import file.py function into another python file ?
179+
180+
What are generators in python ?
181+
182+
How will you print index and values of a list without range function ?
183+
184+
****************************************************************************

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /