Class-XII_IP_Revision-3

Class-XII_IP_Revision-3

12th Grade

10 Qs

quiz-placeholder

Similar activities

คำถาม เรื่อง การวิเคราะห์ข้อมูลเชิงพรรณนา

คำถาม เรื่อง การวิเคราะห์ข้อมูลเชิงพรรณนา

12th Grade

15 Qs

Latihan soal

Latihan soal

9th - 12th Grade

15 Qs

7. Quiz Berpikir Komputasional

7. Quiz Berpikir Komputasional

7th Grade - University

10 Qs

Ulangan harian 1 Algoritma dan Pemrograman

Ulangan harian 1 Algoritma dan Pemrograman

12th Grade - University

13 Qs

tik  kelas 9

tik kelas 9

12th Grade

10 Qs

Quis Grade 5

Quis Grade 5

9th - 12th Grade

15 Qs

Input, output and storage de

Input, output and storage de

8th Grade - Professional Development

14 Qs

​ Informatikquizziz (1) - "Brugertracking"

​ Informatikquizziz (1) - "Brugertracking"

12th Grade

10 Qs

Class-XII_IP_Revision-3

Class-XII_IP_Revision-3

Assessment

Quiz

Computers

12th Grade

Practice Problem

Hard

Created by

Preeti Vig

Used 9+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

1.A two dimensional labelled array that is an ordered collection of columns to store heterogeneous data type is

Series

Numpy Array

Dataframe

Panel

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

  1. 2. How can you create a DataFrame in pandas from a dictionary?

df = pandas.DataFrame.from_dict()

df = pandas.read_dict()

df = pandas.DataFrame(dict)

df = pandas.create.DataFrame()

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

  1. 3. Which of the following will return the column labels of a DataFrame?

  1. df.rows()

  1. df.columns

  1. df.labels()

  1. df.colnames()

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

4.Which method is used to remove rows with missing values?

df.fillna()

df.drop()

df.remove()

df.dropna()

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

5. What does df.shape return?

Number of columns only

Number of rows only

(Number of rows, Number of columns)

Size of each column

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

6. Which function returns the total number of non-null values in each column?

df.count()

df.size()

df.length()

df.notnull()

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

7.How can you read a CSV file into a DataFrame?

df = pandas.read_table('file.csv')

df = pandas.open_csv('file.csv')

df = pandas.read_csv('file.csv')

df = pandas.readfile('file.csv')

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

Already have an account?