SAIMLDS

SAIMLDS

University

12 Qs

quiz-placeholder

Similar activities

AI Tools for Research

AI Tools for Research

University

10 Qs

Data Science - KabAI Series

Data Science - KabAI Series

12th Grade - University

15 Qs

pandas numpy ppl

pandas numpy ppl

University

10 Qs

Tools Data Science

Tools Data Science

University

10 Qs

Array and string unit 7

Array and string unit 7

University

10 Qs

[PYTHON] Django

[PYTHON] Django

University

15 Qs

Recap -Variables (Week 4)

Recap -Variables (Week 4)

University

10 Qs

django basics

django basics

University

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