Pandas Library Quiz

Pandas Library Quiz

12th Grade

95 Qs

quiz-placeholder

Similar activities

ôn tập k2_K10

ôn tập k2_K10

9th - 12th Grade

93 Qs

ICS-Study Guide - 2/2/24 Test

ICS-Study Guide - 2/2/24 Test

12th Grade

100 Qs

UJIAN AKHIR SEMESTER KELAS X MAPEL INFORMATIKA

UJIAN AKHIR SEMESTER KELAS X MAPEL INFORMATIKA

12th Grade

100 Qs

3D Animation Study Guide

3D Animation Study Guide

9th - 12th Grade

100 Qs

Aptech Finals

Aptech Finals

12th Grade

94 Qs

Professional IT Practice 25

Professional IT Practice 25

11th Grade - University

100 Qs

High and Low Languages

High and Low Languages

12th Grade

100 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers