Question: Project Python: Data Analysis Expectations: Understand the code demonstrated in the video tutorials, slightly modify the code to accomplish tasks below. Remember, you will not
Project Python: Data Analysis
Expectations: Understand the code demonstrated in the video tutorials, slightly modify the code to accomplish tasks below. Remember, you will not be able to accomplish some of the tasks if you do not understand what each line of the code does.
Download zip files and extract!! Work with files in the separate extracted folders!
Tasks:
Work on LinkedIn Learning video tutorial Python Data AnalysisLinks to an external site.. Complete the sections: Arrays with NumPy", and Use Case: Weather Data". Create a Word file and save it as MFL where FL are your First and Last name initials.
Save your ipython notebook from working on the Section Weather Charts as WeatherCharts and this file should have a ipynb extension name points Next, modify the code so that your own name can be included in the last New York plot's title. Make a screenshot of the modified code not shown in the sample below and the plot that you created, save the screenshot in MFL points
Screenshot of temperature analysis with student name as sample output
Then write your own code in WeatherCharts to plot a chart for 'DALLAS FT WORTH AP in year of Make a screenshot of the your code not shown in the sample below and the plot that you created, save the screenshot in MFL points The average temperature in your plot might show a different value because my plot was created on a different day from your plot.
Screenshot of Dallas FT Worth temperature analysis sample output
The Section : Challenge is answered in the tutorial but I want you to think and try to solve the problem before looking at the Solution. Use the solution to help understanding how the problem is solved. Save your ipython notebook from working on the Section : Challenge as WeatherAnomalies and this file should have a ipynb extension name points
Modify the code to include 'DALLAS FT WORTH AP in the last plot. Make a screenshot of the code not shown in the sample below and the plot that you created, save the screenshot in MFL pointsScreenshot of temperature anomaly sample output with Dallas FT Worth Data included
When you look at this chart, you can see that much of the data is missing for cities like Minneapolis before and could not be displayed. Therefore, you need to add new code to "compute and plot the temperature anomaly time series for any station" between In this task, the temperature anomaly is defined very similar to the Challenge, but the years average temperature is now in the range of year not challenge's and the "midcentury average" should be TMIN TMAX averaged over all days of every year between and not challenge's because we are looking at range of and 'midcentury' in this range is Add a title to the plot to include your own name.
Make a screenshot of the code not shown in the sample below and the plot that you created for New York, Minneapolis, and Dallas Ft Worth AP points Write your analysis of the temperature anomaly observed in this plot in the MFL document points
Screenshot of temperature anomaly sample output
Work on LinkedIn Learning video tutorial Python Data AnalysisLinks to an external site.. Complete the sections: pandas", and Use Case: Baby Names". Save your ipython notebook from working on the Section "Comparing name popularity" as NamePopularity and this file should have a ipynb extension name points Next, add your own code to compare the popularity of your own name and one of your relatives. Also add a title to the plot as shown the following screenshot. In my example, my name is "Jane", my relative's name is "Frances". Make a screenshot of the modified code not shown in the sample below and the plot that you created, save the screenshot in MFL points Write your analysis of the names' popularity shown in your plot in the MFL document points
If your name or family member's name is not in the data set, use "Penny" as a female name and "Ken" as a male name depending on your own case.
Screenshot of name popularity project sample result
The Section : Challenge is answered in the tutorial but I want you to think and try to solve the problem before looking at the Solution. Use the solution to help understanding how the problem is solved. Save your Jupyter notebook from working on the Section : Challenge as PandasNames and this file should have a ipynb extension name points In the PandasNames notebook, write your own code to plot your own name and at least one relative's name in the male and female name popularity. In the following example, I plot my name "Jane" and a relative's name "John" in the male and female name popularity. We can see John is used as male name dominantly. Take a screenshot of the code not shown in the sample below and the plot your creat
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
