Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program that reads the provided file station.csv text file for reading. It then scans the file for lines where the DrainageAreaMeasure/MeasureValue column IS

Write a program that reads the provided file station.csvimage text in transcribed text file for reading. It then scans the file for lines where the "DrainageAreaMeasure/MeasureValue" column IS NOT EMPTY, and writes those lines out to output file stations-filtered.csv file. Submit your source code and the filtered file. (station.csv file contains data with comma in the double quotes. Use this file, station_cleaned.csvimage text in transcribed for this problem.)

Write a program that reads in the file stations-filtered.csv and computes the average of the "DrainageAreaMeasure/MeasureValue" column and writes it to output file drainage-area-avg.txt

Write a program encodes a text file (a sample fileimage text in transcribed) using a caesar cipher. It should take as input a shift value from 1-26 and the name of a text file, and write the encoded text to output fileciphertext.txt.To encode the file, add the shift value to the unicode value for each character, INCLUDING punctuation and whitespace. You are not required to decode the ciphertext version, but it does help for testing purposes.

Link to csv file

https://docs.google.com/spreadsheets/d/1o26JfTNobJ_yemrXVhd4qffpAYAZPrHeKLeem4MT3R8/edit?usp=sharing

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database And Expert Systems Applications 33rd International Conference Dexa 2022 Vienna Austria August 22 24 2022 Proceedings Part 1 Lncs 13426

Authors: Christine Strauss ,Alfredo Cuzzocrea ,Gabriele Kotsis ,A Min Tjoa ,Ismail Khalil

1st Edition

3031124227, 978-3031124228

More Books

Students also viewed these Databases questions

Question

=+derived from the assignment will balance the costs?

Answered: 1 week ago