csv and DataFrame

csv and DataFrame

12th Grade

10 Qs

quiz-placeholder

Similar activities

Spark

Spark

12th Grade

12 Qs

Excel Mastery Quiz

Excel Mastery Quiz

12th Grade

15 Qs

Technology Applications

Technology Applications

9th Grade - University

13 Qs

File Handling-1

File Handling-1

12th Grade

10 Qs

Reading & writing to a text file (Python)

Reading & writing to a text file (Python)

9th - 12th Grade

14 Qs

Wrażenia globlne w Linxie

Wrażenia globlne w Linxie

10th Grade - University

10 Qs

Python CSV and Pandas

Python CSV and Pandas

12th Grade

7 Qs

DNA Databases

DNA Databases

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?