Vidyalelo
Data Science · all questions

Data Analysis with Python
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

160

Questions

7/8

Page

Pick an option on a question to see the right answer and solution.

Point out the wrong statement.

Select an option to see the answer and solution.

The . . . . . . . . project builds on top of pandas and matplotlib to provide easy plotting of data.

Select an option to see the answer and solution.

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

Select an option to see the answer and solution.

Which of the following is a foundational exploratory visualization package for the R language in pandas ecosystem?

Select an option to see the answer and solution.

Quandl API for Python wraps the . . . . . . . . REST API to return Pandas DataFrames with time series indexes.

Select an option to see the answer and solution.

Point out the correct statement.

Select an option to see the answer and solution.

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

Select an option to see the answer and solution.

Point out the correct statement.

Select an option to see the answer and solution.

Which of the following takes a dict of dicts or a dict of array-like sequences and returns a DataFrame?

Select an option to see the answer and solution.

Point out the wrong statement.

Select an option to see the answer and solution.

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

Select an option to see the answer and solution.

Which of the following library is used to retrieve and acquire statistical data and metadata disseminated in SDMX 2.1?

Select an option to see the answer and solution.

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

Select an option to see the answer and solution.

Which of the following statement will import pandas?

Select an option to see the answer and solution.

Which of the following can potentially change the dtype of a series?

Select an option to see the answer and solution.

Which of the following scalars can be converted to other 'frequencies' by as typing to a specific timedelta type?

Select an option to see the answer and solution.

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

Select an option to see the answer and solution.

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

Select an option to see the answer and solution.

Which of the following is the base layer for all of the sparse indexed data structures?

Select an option to see the answer and solution.

All pandas data structures are . . . . . . . . mutable but not always . . . . . . . . mutable.

Select an option to see the answer and solution.