Computers and Technology

The tab cereal. scsv contains the nutritional information for over 70 cereals. However it's in a format that is rarely used (semi-colon separated values). The reason it's in this format is that a few cereals have commas in their name (e. g. Fruit & Fibre Dates, Walnuts, and Oats). For this lesson you will convert this format to the more common csv file format (comma separated values). There are two standard ways to treat values with commas in them when writing out a csv file: Put the entire value in quotes (e. g. "Fruit & Fibre Dates, Walnuts, and Oats") Use a different separator (e. g. Fruit & Fibre Dates; Walnuts; and Oats) We will chose the latter and use semicolons for those values that have commas in them. Write a function named convert_table. It has two parameters a filename to be read (the scsv file) and a filename to be written (the csv file). Name them filename_in and filename_out. Open, read, and parse the scsv file (i. e. filename_in) Write out the same contents to filename_out but separate the values (columns) with commas. For those values that have commas in them, replace the commas with semicolons. Be sure to end each line (except the last line) with a newline. Return True from the function. Normally you would return a boolean indicating success or failure do NOT use any helper libraries (e. g. pandas, csv, etc).

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 12:30, gerardoblk5931
An atom's diameter is about 0.1 nanometer (1×10-9m), and a human hair is about 1×10-3m. how many times greater is a human hair than an atom's diameter? sorry pushed wronf button but this is math
Answers: 3
image
Computers and Technology, 22.06.2019 13:00, olorteguimikie
Which part of the cpu accepts data?
Answers: 1
image
Computers and Technology, 23.06.2019 01:00, leo4687
Complete the sentence about a presentation delivery method
Answers: 2
image
Computers and Technology, 23.06.2019 22:20, tagerryawilson6
If i uninstall nba 2k 19 from my ps4 will my career be gone forever?
Answers: 2
Do you know the correct answer?
The tab cereal. scsv contains the nutritional information for over 70 cereals. However it's in a for...

Questions in other subjects:

Konu
Mathematics, 13.02.2022 01:00
Konu
Mathematics, 13.02.2022 01:00