0% found this document useful (0 votes)
16 views

Advanced Python Homework Help

Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

Advanced Python Homework Help

Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Advanced Python Homework Help

For Any Homework related queries, call us at : - +1 678 648 4277


You can mail us at : - [email protected], or
reach us at : - https://www.pythonhomeworkhelp.com/

1) Which command in python, out of the following, mill we


use for accessing the second row of an excel file named
data file having 2 rows only?
O datafile.loc[2]
O datafile.loc[0]
O datafile..tail()
O datafile.iloc[2]
Accepted Answers: datariiataii

2) def x(data)
Zmax(data) - min data)
return (Z)

The above defined data function in Python programming, will


calculate the
O Inter quartile range
O Mode
O Median
O Range
Accepted Answers: Range

3) Consider the following statements-Statement A With iloc,


we can pass in the negative value. Statement A: With iloc,
we can pass in the negative value.
Statement B: With loc, we can pass in the negative value.
O A and B are correct
O Both are false
O A is correct B is false
O B is correct A is false
Accepted Answers: A is correct El is false

4) For getting 3rd. 4th & 5th row of a data file “df” Python
programming. we can write:
O df.loc[23,4]
O df.loc[3A,5]
O df.iloc [3,4,5]
O None of the above
Accepted Answers: None of the above

5) Pie charts are used for visualization of:


O Continuous data
O Categorical data
O both (a) &f,b)
O None of the above
Accepted Answers: Categorical data

6) Frequency Polygon and bar Chart both are used for:


O Continuous data
O Categorical data
O both (a) S. (b)
O None of the above No.
Accepted Answers: None of the above

7) If two groups of numbers have the same mean. than


O Their standard deviations must also be equal
O Their medians must also be equal
O Their modes must also be equal
O None of the above
Accepted Answers: None of the above

8) Nledian s not applicable t.o:


O Ordinal
O Interval
O Nominal
O None of the above
Accepted Answers: Nominal
9) In skewed data. the best measure of central 'tendency is:
O Mean
O Weighted mean
O Median
O Mode
Accepted Answers: Median

10) The 50th percentile of a normally distributed data set


will represent I point
O Mean
O Mode
O Both of the above
O None of the above

Accepted Answers: Both of the above

You might also like