FXEC : PCL APP LAB : Python for Data Science Day 1 Quiz

FXEC : PCL APP LAB : Python for Data Science Day 1 Quiz

University

10 Qs

quiz-placeholder

Similar activities

Praktek Gabungan 2023

Praktek Gabungan 2023

University

12 Qs

Pandas Fundamentals

Pandas Fundamentals

University

6 Qs

Python Numpy and Pandas Quiz

Python Numpy and Pandas Quiz

University

15 Qs

Pandas 和 Matplotlib 基础知识测验

Pandas 和 Matplotlib 基础知识测验

University

10 Qs

Python Pandas I

Python Pandas I

University

11 Qs

PLACEMENT TEST DATA LITERATURE

PLACEMENT TEST DATA LITERATURE

University

10 Qs

Python Functions and Data Structures Quiz

Python Functions and Data Structures Quiz

University

10 Qs

Units 5 & 6

Units 5 & 6

University

10 Qs

FXEC : PCL APP LAB : Python for Data Science Day 1 Quiz

FXEC : PCL APP LAB : Python for Data Science Day 1 Quiz

Assessment

Quiz

Other

University

Hard

Created by

Priskilla J

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Choose the correct components of data science.

Domain Expertise

Data Engineering

Advanced Computing

All the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

 Pandas is an open-source _______ Library?

A. Ruby

B. Javascript

C. Java

D. Python

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What will be syntax for pandas dataframe?

A. pandas.DataFrame( data, index, dtype, copy)

B.
pandas.DataFrame( data, index, columns, dtype, copy)

C. pandas_DataFrame( data, index, columns, dtype, copy)


D. pandas.DataFrame( data, index, rows, dtype, copy)

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Why ndim is used?

A. Returns the number of elements in the underlying data.

B. Returns the Series as ndarray.

C. Returns the number of dimensions of the underlying data, by definition 1.

D. Returns a list of the axis labels

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What will be output for the following code?

import pandas as pd

import numpy as np

s = pd.Series(np.random.randn(4))

print s.ndim

0

1

2

3

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

How to read the file from datastore

pd.sho()

pd.show-csv()

All the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts


which one of these skills is not required to become a Data Scientist.  

(a)

Data Capture

(b)

Analysis

(c)

Mathamatical

(d)

Current Affairs

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?