SAIMLDS

SAIMLDS

University

12 Qs

quiz-placeholder

Similar activities

IIP D1 - Introduction to Data Analysis

IIP D1 - Introduction to Data Analysis

University

10 Qs

InCube #Quiz 2

InCube #Quiz 2

University

15 Qs

Reshaping & vStack&hstack( )

Reshaping & vStack&hstack( )

9th Grade - University

10 Qs

PYTHON-QUIZ-2023

PYTHON-QUIZ-2023

University

17 Qs

Tools Data Science

Tools Data Science

University

10 Qs

Python Revision

Python Revision

University

10 Qs

AI Tools for Research

AI Tools for Research

University

10 Qs

variable and identifier

variable and identifier

University

16 Qs

SAIMLDS

SAIMLDS

Assessment

Quiz

Computers

University

Medium

Created by

Swatantra Agarwal

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the purpose of Seaborn in Python data science?

Statistical data visualization 

 Data manipulation

Storing numerical data

 Natural language processing 

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following statements about NumPy arrays is correct?

NumPy arrays can contain elements of different data types. 

NumPy arrays cannot perform element-wise operations. 

NumPy arrays have fixed size. 

NumPy arrays cannot be multidimensional. 

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the purpose of the `iloc` attribute in Pandas?

Accessing elements by label 

Accessing elements by position

Accessing elements by index 

Accessing elements by value 

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the purpose of the `np.random.seed()` function in NumPy?

It initializes a random number generator. 

It generates a random array. 

It sets the seed for the random number generator. 

It ensures reproducibility of random results. 

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the purpose of the `np.arange()` function in NumPy?

To create an array with evenly spaced values within a specified range. 

To generate random numbers. 

To calculate the arithmetic mean of an array. 

To compute the standard deviation of an array. 

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

 How can you rename a column in a Pandas DataFrame?

Using the `rename_column()` method 

Using the `change_column_name()` method 

Using the `set_column_name()` method 

Using the `rename()` method 

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

 Which of the following statements about the `pd.merge()` function in Pandas is true?

It combines DataFrames horizontally. 

It combines DataFrames vertically. 

 It creates a new DataFrame with only unique values.

It drops duplicate rows from a DataFrame.  

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?