Midterm Exam - DV - Part 1

Midterm Exam - DV - Part 1

University

20 Qs

quiz-placeholder

Similar activities

Semi-Final Exam - DV - Part 1

Semi-Final Exam - DV - Part 1

University

20 Qs

Pandas Python: Trabajo con Datos

Pandas Python: Trabajo con Datos

University

20 Qs

GenG Data Science Quiz

GenG Data Science Quiz

University

15 Qs

MÓDULOS Y PAQUETES PARA MACHINE LEARNING CON PYTHON

MÓDULOS Y PAQUETES PARA MACHINE LEARNING CON PYTHON

University

20 Qs

Pyspark MLib

Pyspark MLib

University

20 Qs

Python - TEI FatecPG - P2

Python - TEI FatecPG - P2

University

25 Qs

PF101 (Quiz 1 - Finals)

PF101 (Quiz 1 - Finals)

University

20 Qs

untitled

untitled

12th Grade - University

19 Qs

Midterm Exam - DV - Part 1

Midterm Exam - DV - Part 1

Assessment

Quiz

Computers

University

Hard

Created by

Ronald Baldemoro

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ___ format is one of the most simple and common ways to store tabular data.

CSV

TXT

DB

CVS

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

There is a dedicated module for python to use in importing data to a program.

import csv

import csv as cs

import csv as csv

import cv2 as cv

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To read as csv file in python we use this ___ function

csv.reader()

csv.read()

csv.readonly()

csv.readthis()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To encode in csv file you must use this function ___

csv.writer()

csv.writerow()

csv.writerthis()

csv.write()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This string can later be

used to write into CSV files using the ___ function.

writerow()

writer()

csv.write()

csv.writerow()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The objects of a ___ class can be used to read a

CSV file as a dictionary.

csv.DictReader()

DictReader()

csv.DictRead()

csv.DictReadRow()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The objects of ___ class can be used to write

to a CSV file from a Python dictionary.

csv.DictWriter()

DictWriter()

csv.DictWrite()

csv.DictWriterRow()

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?