PANDAS

PANDAS

1st Grade

11 Qs

quiz-placeholder

Similar activities

Turtle Logo Programming

Turtle Logo Programming

1st - 6th Grade

10 Qs

AV1\R1 3TEC_Ciência de Dados - Aula 01 a  16

AV1\R1 3TEC_Ciência de Dados - Aula 01 a 16

1st Grade - University

15 Qs

PTS Informatika kelas VIII

PTS Informatika kelas VIII

1st Grade

10 Qs

QUIS LIST

QUIS LIST

1st - 12th Grade

15 Qs

Demo Ekskul TKJ

Demo Ekskul TKJ

1st - 5th Grade

10 Qs

TEST LOKAKARYA PENGOLAHAN DATA AUDIT KEPABEANAN DAN CUKAI TA 2019

TEST LOKAKARYA PENGOLAHAN DATA AUDIT KEPABEANAN DAN CUKAI TA 2019

1st - 2nd Grade

10 Qs

Q-DW02 Teradata Kuis

Q-DW02 Teradata Kuis

1st - 5th Grade

10 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

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?