adplus-dvertising
frame-decoration

Question

Point out the wrong statement.

a.

min, max, idxmin, idxmax operations are supported on Series

b.

You cannot pass a timedelta to get a particular value

c.

Division by the numpy scalar is true division

d.

None of the mentioned

Answer: (b).You cannot pass a timedelta to get a particular value

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Point out the wrong statement.

Similar Questions

Discover Related MCQs

Q. Which of the following is used to generate an index with time delta?

Q. Combination of TimedeltaIndex with DatetimeIndex allow certain combination operations that are NaT preserving.

Q. Using _________ on categorical data will produce similar output to a Series or DataFrame of type string.

Q. Which of the following method can be used to rename categorical data?

Q. All values of categorical data are either in categories or np.nan.

Q. The plot method on Series and DataFrame is just a simple wrapper around ____________

Q. Point out the correct combination with regards to kind keyword for graph plotting.

Q. Which of the following value is provided by kind keyword for barplot?

Q. You can create a scatter plot matrix using the __________ method in pandas.tools.plotting.

Q. Point out the wrong combination with regards to kind keyword for graph plotting.

Q. Which of the following plots are used to check if a data set or time series is random?

Q. Plots may also be adorned with error bars or tables.

Q. Which of the following plots are often used for checking randomness in time series?

Q. __________ plots are used to visually assess the uncertainty of a statistic.

Q. Andrews curves allow one to plot multivariate data.

Q. Which of the following is used to compute the percent change over a given number of periods?

Q. Point out the correct statement.

Q. Which of the following object has a method cov to compute covariance between series?

Q. Which of the following specifies the required minimum number of observations for each column pair in order to have a valid result?

Q. Point out the wrong statement.