NumPy and Pandas

NumPy and Pandas

Professional Development

10 Qs

quiz-placeholder

Similar activities

JavaScript Quiz Day-1

JavaScript Quiz Day-1

Professional Development

12 Qs

Python Training Day-2  Quiz-2

Python Training Day-2 Quiz-2

Professional Development

10 Qs

BoostHours Python 09/04

BoostHours Python 09/04

Professional Development

10 Qs

Python - Numpy Quiz 3

Python - Numpy Quiz 3

University - Professional Development

5 Qs

C Programming

C Programming

Professional Development

10 Qs

DS_Linked_List

DS_Linked_List

Professional Development

10 Qs

Data Science / AI

Data Science / AI

Professional Development

15 Qs

FinTech 10-1 Time Series

FinTech 10-1 Time Series

Professional Development

10 Qs

NumPy and Pandas

NumPy and Pandas

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Joanne Jons

Used 85+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is contained in NumPy library?

n-Dimentional Array Object

Tools for integrating C/C++ and Fortran code

Fourier Transform

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements find the maximum number in a NumPy array 'arr'?

max(arr)

arr.max()

arr(max)

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Pandas function from the following can be used to read dataset from a large text file?

read_json

read_pickle

read_hdf

read_csv

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an invalid writer function in Pandas?

to_clipboard

to_text

to_stata

to_msgpack

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given a NumPy array 'items' how would you access the data item at the 5th column, 2nd row?

items[2, 5]

items(1,4)

items[1, 4]

items[4, 1]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct syntax of the reshape() method for a NumPy array?

array.reshape(shape)

reshape(shape, array)

reshape(array, shape)

reshape(shape)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following functions need a dictionary of array-like sequences or a dictionary of another dictionary, to return a DataFrame?

DataFrame.from_items

DataFrame.from_records

DataFrame.from_dict

All of the above

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?