Pandas Library Quiz

Pandas Library Quiz

12th Grade

95 Qs

quiz-placeholder

Similar activities

quiz TLJ Kelas 12

quiz TLJ Kelas 12

12th Grade

90 Qs

Latihtubi ICT 2016

Latihtubi ICT 2016

10th - 12th Grade

100 Qs

ENSA MIDTERM 7,8,9

ENSA MIDTERM 7,8,9

12th Grade - Professional Development

100 Qs

PSAS KELAS XI TKJ GANJIL 2024

PSAS KELAS XI TKJ GANJIL 2024

11th Grade - University

93 Qs

Flash 2 - Dhony - SMA Xaverius 3 Palembang

Flash 2 - Dhony - SMA Xaverius 3 Palembang

12th Grade

100 Qs

A Level Computer Science - Paper 1 (All Key Terms)

A Level Computer Science - Paper 1 (All Key Terms)

12th Grade

100 Qs

Cheyenne's GIAC Guide PART ONE

Cheyenne's GIAC Guide PART ONE

9th - 12th Grade

100 Qs

OCR GCSE Computer Science - J276 1.1 - 1.7

OCR GCSE Computer Science - J276 1.1 - 1.7

KG - Professional Development

91 Qs

Pandas Library Quiz

Pandas Library Quiz

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Ranga Chary

Used 2+ times

FREE Resource

95 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the Pandas library primarily deal with?

Arrays

Matrices

Tabular data

Strings

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a data structure in Pandas?

Series

DataFrame

Panel

Tensor

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will import pandas in Python?

import pandas

import pandas as pd

from pandas import *

All of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Pandas Series is similar to a:

Dictionary

1D Array

List of tuples

Table

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to create a DataFrame?

pd.create()

pd.DataFrame()

pd.frame()

pd.makeDF()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid way to create a Series?

pd.Series([10, 20, 30])

pd.Series(10, 20, 30)

pd.Series({10, 20, 30})

pd.Series("10,20,30")

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Default index in a Series starts from:

0

1

-1

Any number

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?