SAIMLDS

SAIMLDS

University

12 Qs

quiz-placeholder

Similar activities

Machine Learning Quiz-sec b

Machine Learning Quiz-sec b

University

15 Qs

Network Fundamentals-Physical layer

Network Fundamentals-Physical layer

9th Grade - Professional Development

14 Qs

Data Structure

Data Structure

University

14 Qs

اولي اعدادي الترم الثاني درس 6

اولي اعدادي الترم الثاني درس 6

7th Grade - University

10 Qs

Numpy Quiz 1

Numpy Quiz 1

University

12 Qs

Java GUI

Java GUI

University

15 Qs

pandas

pandas

9th Grade - University

8 Qs

Arrays, Lists, and Tuples

Arrays, Lists, and Tuples

University

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