csv and DataFrame

csv and DataFrame

12th Grade

10 Qs

quiz-placeholder

Similar activities

Revision - CSV File Handling

Revision - CSV File Handling

12th Grade

15 Qs

Binary File Handling Python

Binary File Handling Python

12th Grade

10 Qs

Python CSV and Pandas

Python CSV and Pandas

12th Grade

15 Qs

File Handling in Python

File Handling in Python

12th Grade

15 Qs

File Handling - Introduction

File Handling - Introduction

12th Grade

15 Qs

Python Pandas/MatPlotLib

Python Pandas/MatPlotLib

12th Grade

9 Qs

Pandas- CSV file

Pandas- CSV file

12th Grade

12 Qs

File handling

File handling

12th Grade

10 Qs

csv and DataFrame

csv and DataFrame

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Asha Sreekumar

Used 47+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The acronym csv is short for

Comma Special Values

Comma Separated Values

Case Separated Values

Comma Separate Values

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A common format for data interchange

xlsx

csv

docx

table

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Method used to bring data from a csv file into a DataFrame

readcsv()

read_table()

read_csv()

read-csv()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Argument used to provide own column headings instead of column headings in csv file

names

header

skiprows

index_col

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select the correct way to give the path of the file in read_csv()

C:/data/myfile.csv

C:\\data\\myfile.csv

C:\data\myfile.csv

C:data/myfile.csv

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the argument header=None is given, what will be the headings

1,2,3 etc

A,B,C etc

0,1,2 etc

I,II,iii

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Argument used to skip rows while fetching data from csv file

skiprow

skip_row

SkipRows

skiprows

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?