SAIMLDS

SAIMLDS

University

12 Qs

quiz-placeholder

Similar activities

Arrays recap

Arrays recap

9th Grade - University

17 Qs

Code-O-Fiesta Round 1

Code-O-Fiesta Round 1

University

15 Qs

Structure Data Review

Structure Data Review

University - Professional Development

10 Qs

Array

Array

University

15 Qs

Computational Thinking in Python[Quiz 2]

Computational Thinking in Python[Quiz 2]

University

15 Qs

Exploring NumPy Arrays

Exploring NumPy Arrays

University

10 Qs

Detectives del Código: Explorando el Mundo del Testing en Python

Detectives del Código: Explorando el Mundo del Testing en Python

University

10 Qs

Linked List

Linked List

University

14 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?