PANDAS

PANDAS

1st Grade

11 Qs

quiz-placeholder

Similar activities

Demo Ekskul TKJ

Demo Ekskul TKJ

1st - 5th Grade

10 Qs

Fiber Optics and Satellite

Fiber Optics and Satellite

KG - Professional Development

10 Qs

Programmer OK9

Programmer OK9

1st - 10th Grade

15 Qs

TIK BAB 1, 2, dan 3 kelas 7 MTs N 1 Kota Magelang

TIK BAB 1, 2, dan 3 kelas 7 MTs N 1 Kota Magelang

1st Grade

15 Qs

Turtle Logo Programming

Turtle Logo Programming

1st - 6th Grade

10 Qs

QUIZ SINKA

QUIZ SINKA

1st Grade

13 Qs

Cuestionario dfs

Cuestionario dfs

1st - 5th Grade

12 Qs

Nextech_S03

Nextech_S03

1st - 3rd Grade

14 Qs

PANDAS

PANDAS

Assessment

Quiz

Computers

1st Grade

Medium

Created by

yesmine riahi

Used 1+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A two-dimensional data with mutable size that allows you to store and manipulate tabular data in rows of observations and columns of variables In pandas

Series

DataFrame

Dictionary

List

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

  1. .............: A one-dimensional array that can store data of any type. Its values are mutable but the size cannot be changed.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

to create a Series From a list l we use the method :

pd.Series(l)

pd.create_series(l)

pd.Get_series (l )

pd.DataFrame(l)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

we can create the dataframe df from the dictioanry D using the method :

df = pd.create_DataFrame(D)

df = pd.DataFrame(D)

df pd.Make_DataFrame(D)

df = pd.DF(D)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

To select the second line of this dataframe df we use :

df[: , 2]

df[2 , : ]

df[ 1 , :]

df[ : , 1]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To export DataFrames into CSV, which keyword do we use?

into_csv()

to_csv()

export_csv()

read_csv()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We can use the ............... function if we want to replace the index using one or more existing columns.

pd.Index()

df.set_index()

df.Index()

pd.Set_index()

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?