Answered step by step
Verified Expert Solution
Question
1 Approved Answer
this program is supposed to run under the environment of Python 3.6 Here is the data file link that you may need to download from:
this program is supposed to run under the environment of Python 3.6
Here is the data file link that you may need to download from:
https://open.canada.ca/data/en/dataset
It does NOT matter which file that you choose as long as it is a csv file.
Outcomes . File processing Loops . String processing Dictionaries and lists . Calculating Statistics Part 1 Part 1 is worth 10 points In part 1, you're going to create a summary of a data file of your choice Choosing a data file You're permitted to choose any CSV formatted data file for use in part 1-The minimum requirements for this data are: 1. The data must have at least 3 variables (columns) that are being observed. 2. The data must have at least 100 observations (rows) that have been observed. You're permitted to make changes to the file, however you must provide a complete list of the modifications that you made to the file Complete means that I should be able to reproduce what your file looks like by downloading the original file, then making the exact changes that you made. Create a file called README.nd (you can use Spyder to do this). Inside of README.md include: 1. The name of the data set that you've downloaded 2. The URL where you downloaded the data. 3. The complete set of modifications you made to the file Here are some suggested data sourcesStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started