Project: Big Data Programming - Section 2
Finding and Analyzing Your Data


a temperature map of the US

A temperature map of the US (Courtesy of the National Weather Service)

You need a large data set. If you are interested in weather data, try these search prompts. By adding “site:.gov” to your search, you are more likely to find government websites. Be careful in your search to use a trusted and reliable website. You do not want to download a virus along with your data!

climate at a glance site:.gov
statewide time series site:.gov
Examine Your Data
Once you have downloaded data, you will probably need to delete some of the top lines before you read the file. For instance, the following are the top few lines from a file that holds the average February temperature for 126 years. The data lines have three entries: the date, the average February temperature in degrees Fahrenheit, and the departure from the mean February temperature of 33.82 °F. The date is a string composed of the year and month. Since every month is February, all the date strings end in “02.”

Think of what will happen when you read the data in the file. Most of the rows are structured, but the first five rows have identifying information. Be sure you remove such rows from your data file before you process it.

​Contiguous U.S., Average Temperature, February
Units: Degrees Fahrenheit
Base Period: 1901-2000
Missing: -99
Date,Value,Anomaly
189502,26.60,-7.22
189602,35.04,1.22
189702,33.39,-0.43
This is how this file should start.

​189502,26.60,-7.22
189602,35.04,1.22
189702,33.39,-0.43
Be sure to check your file for the leading lines you need to delete.

Your Task
Now that you have your file holding your data, you need to analyze the data in three different ways that answer questions you pose. How you analyze is up to you, since what you analyze depends on what kind of data you have. As an example, with this data file, you can look for weather trends. You could find the average temperature of each decade, find the decade with the lowest average temperature, and the decade with the highest average temperature. It is a shame that the data table does not go back further. The Krakatoa volcano in Indonesia had a major eruption in 1816. It had such an epic effect on the climate that 1813 was known as the year without a summer.

You need your data file saved in the same folder as your program.

Open your data file with Notepad or Wordpad.
Open a new file in Python.
Copy and paste the contents from Notepad to the Python file.
Save the Python file with a .txt extension in the same folder where you save your program.
Analyzing Your Data
Your program will read your data file, perform the analysis, and write the results to a separate file with a .txt extension.

Write a pseudocode plan for your program. Show your plan to a partner. Ask the partner for any suggestions to improve your plan.

When done, show your results to a partner. Ask your partner what parts they found interesting.

Your Word Document Requirements
Part 1: Name: your name

Part 2: Data Source: the source of your data (do not copy and paste your data into the Word document)

Part 3: Questions to Answer: the questions your analysis will answer

Part 4: The Plan: the pseudocode outline of your program

Part 5: Plan Feedback from Your Partner: suggestions from your partner

Part 5: Results: copy and pasted results from your data file

Part 6: Interpretation: your interpretation of the results

Part 7: Final Feedback from Your Partner: description of what your partner found interesting

You can use this rubric

to evaluate your project before you submit it.

What to Submit
You will submit each of the following.

A Word document: Organize it as shown below.
Your data file: Saved with a .txt extension
Your program: Saved with a .txt extension since you cannot upload a .py file.
Your results file: Saved with a .txt extension.

Does anyone have the code for this?

Answers

Answer 1

Answer:

were you able to figure it out man, i need help with the same thing and im so lost right now. please say something back if you did, i could use the help

Explanation:

thanks


Related Questions

Please its argent and I will give you BRAINLIEST ANSWER 6. How would you confirm that a colourless liquid given to you is pure water?

Answers

Answer:

Evaporate the colourless liquid on a low flame. If no residue is left and boiling exactly at 100 ºC then it is pure water otherwise not.

Explanation:

What are the safety precautions related to networks?

Answers

Answer:

The following are some of the common safety precautions mentioned in the Network+ objectives.

...

Installation Safety

Lifting equipment. When lifting equipment, it's best to lift with your legs, not your back. ...

Rack installation. ...

Placement. ...

Tool safety.

Answer:

*we should not give details about ours bank, otps etc

why is it important to use fillings,coating/icing,glazes or decorations for pastry products​

Answers

Answer:

Frosting improves the cake's appearance.

Explanation:

Special occasion cakes become more festive with frosting and decorations; and, Frosting improves the keeping the qualities of the cake by forming a protective coating around it, sealing in moisture and flavor and allowing it to be eaten over a couple of days.

1) You are working with an organization as a network manager. The organization has

two offices in Abu Dhabi. Each office is equipped with 25 computers. The

management wants the smooth flow of information between both the offices and

does not want any delay.

a. Management has asked you to connect the computers in both the offices with

each other. What type of network will you suggest to them and what can be

some possible benefits of using that network?

b. The management wants that in the Head Office, there can be no access to data

from outside. Which type of network will be your preference to implement in

that case and what will be the benefit of that?

Answers

Answer:

Explanation:

a. In this specific scenario, the best option would most likely be a site-to-site VPN. This would allow each office to be independently connected to the internet and at the same time be connected to each other securely and efficiently. There should be unnoticeable or no delay at all between the two offices and sensitive files will be completely secure. Therefore, the two offices can easily transfer data securely between one another without fear of the data being intercepted.

b.  The same VPN network would work on the head office, but instead we can implement firewall restrictions to the head office network itself. These restrictions would prevent any or all incoming connections that are trying to request data from the local head office network. This would allow the head office to continue working without worry of unwanted intruders in their network.

Consider the following code segment

Answers

Answer:

E

Explanation:

The first loop assigns "John" to name and prints name

The second loop iteratively prints every name in order in the given array.

In a sport like baseball, which of the following could be considered a “rule”?

following an umpire’s decision on whether a pitch is a ball or a strike

the force of gravity on the ball

the kinds of safety equipment players are asked to wear

all of the above

Answers

The answer is all of the above since safety is a priority but when you swing the bat you have to make sure you use enough force.

Hope this helps mark me brainliest please

For each item, identify the way it is usually addressed in the software industry. Applying a bug fix: Addressing a security flaw: Improving ease of use: Adding new features:

Answers

Answer:

(patch)

(patch)

(new version)

(new version)

Explanation:

gimme my 5 stars

Answer:

patch patch new new

Explanation:

i did it on edge

What is the name of Thompsons computer language?

Answers

Answer:

below

Explanation:

Bon programming language

Answer:

Explanation:

Bon programming language

While writing Multics, Thompson created the Bon programming language

Good HTML skills will be required in order to prevent what from happening in the design of a web page?

Answers

Answer:

to properly use the tags in the web page

Explanation:

The full form HTML is Hyper Text Mark up Language. HTML is used in designing a good web page in the computer. It is used to design the document that are displayed in the web browser.

Instead of using a programming language to do the functions of a web page, the markup language uses the tags to identify the different types of the contents and purposes that they serve in the web page. A good HTML skills are required to prevent the web page from any improper designing of the contents in the web page.

Select the correct answer.
Which graphical element of a spreadsheet does this image represent?

A. column chart
B. scatter plot graph
C. pie chart
D.bar graph

Answers

Answer:

Pie Chart

Explanation:

It’s a pie chart :)

Explanation: pie charts of course look like pie: a circle that has been cut into pieces

What are the steps for inserting an internal link?
1. Type into a cell.
2. Then, select the that includes the cell you wish to link to.
3. Next, click the cell you wish to reference.
4. Finally, press .

Answers

Answer:

=

Worksheet

Ctrl + Enter

Explanation:

Answer:

=, worksheet, Ctrl+Enter

Explanation:

I tried going into a website called Utters.io, but when I typed a phrase in, the video was taking a really long time to load. Does anyone know what's wrong with it?

Answers

Answer:

Your internet or browser

Explanation:

Try another browser or resetting your router. If a YT video will load then you can rule out internet speed and try another piece of client software.

hey Guys I wanted to have fun so I made a riddle first to solve gets the crown \

When John was six years old he hammered a nail into his favorite tree to mark his height. Ten years later at age sixteen, John returned to see how much higher the nail was. If the tree grew by five centimeters each year, how much higher would the nail be?

Answers

Answer:

how.much higher??? 5cm.

Explanation:

or unless it was a different approach-

then it would have gone 50 cm which is 19.6 inches

What is the significance of XML tags?
A.) They are self-descriptive.
B.) They are predefined.
C.) They are only computer readable.
D.) They are only human readable.

Answers

Answer:

your answer would be to ur question would be B

Answer:

It is self-descriptive

Explanation:

Plato Users

The idea that money, language, education, or infrastructure creates a gap between those who have access to information technologies and those who do not.

Answers

Answer:

The Digital Divide, or the digital split, is a social issue referring to the differing amount of information between those who have access to the Internet (specially broadband access) and those who do not have access

Explanation:

write a loop that will input 8 numbers from the keyboard and find the sum

Answers

THIS IS FOR PYTHON

total = 0

for i in range(8):

    number = int(input('Number: '))

    total += number

print(total)

The loop that will input 8 numbers from the keyboard and find the sum is as follows:

user_input = [int(input('Enter your value: ')) for i in range(8)]  

print(sum(user_input))

The code ask for the user's input for 8 times. Recall the range is 8.

Then we loop through the users input values

The looped users input will be summed using the sum() function. The sum function sums all the users input value.

The summed value is then printed with the print statement.

learn more on loop: https://brainly.com/question/14201070?referrer=searchResults

What is the best programing language to use for building video games?

Answers

hey

I'm going to college for game design.

one of the best languages and the one I'm studying in is c# it is used in unity and many other game engines but there are many more. Just to list a few c++, Java, and many more it is up to you. if you would like more info about this just let me know By the way what game are you planning to make that is one of the most important factors

Hope this helps

-scav

Consider the following code segment - 3

Answers

Answer:

The answer is "Choice C".

Explanation:

In the above-given code, a 1D array "list" is declared that holds integer values, and it uses three print which can be defined as follows:

In a first print method, it uses the length method that holds the array length that is "9".In a second print method, it uses the array that prints the first element value of the array that is "22".In the last print method, it uses the array that holds the length of the array, which will give an error message that is "ArrayIndexOutOfBoundsException".   That's why only the choice C is  correct.


Avi does not want to save his internet browsing details on his computer. What should he do?
Avi should (copy,delete,or save) all the(virus,cookies,or logs) from his system after he has finished browsing.

Answers

He should delete logs.

Who wrote Hamlet?

Brainliest for the right answer​

Answers

Answer:

William Shakespeare wrote hamlet

Explanation:

it’s wroten by a William Shekespeare

help pleaseee got 15 points on this

.

Roxy has some raw footage shot on a videotape. She wants to edit this footage. She decides to use the linear editing technique. How should she set up her equipment? Roxy should load the raw footage in the ______ and a blank tape in the ______ first blank: VTR deck, VTP deck, edit controller. second blank is the same thing​

Answers

I belive it is vtr deck

how do i solve this?

Answers

Answer:

turn it left then ,ove foreward

Explanation:

Am I correct? Please help

Answers

Answer:

In my opinion, yes you're correct!

Explanation:

Use the drop-down tool to match each definition to the correct word or phrase. The computer that responds to requests from the client computer: _____. Connects network devices or different parts of a network: __________. A piece of equipment that directs data where it should go: _____. Connects many different Ethernet devices and allows them to connect to the network with one connection: _________. The computer that uses service provided by a server: _________.

Answers

Answer:

The computer that responds to requests from the client computer:  

Server

Connects network devices or different parts of a network:  

Switch

A piece of equipment that directs data where it should go:  

Router

Connects many different Ethernet devices and allows them to connect to the network with one connection:  

Hub

The computer that uses service provided by a server:  

Client

Explanation:

Following are the discussion to the given points:

The computer replies to queries from the client-server computer.Connects network components or various parts of a Network Switch.The router is a piece of equipment that directs information to the data location.Connects a variety of Ethernet devices and enables them to connect to the network through a single connection Hub.A network is a computer network that makes use of a service supplied by the Client-Server.

Therefore, the final answer is "Server, Switch, Router, Hub, and Client".

Learn more:

brainly.com/question/20193625

What are some ways you can give staying off your phone a "boost" and make it easier to do?

If you're trying to break a bad habit, what are some things you can do so that you don't slip back into old ways?

Please help this is due today and I really need help.

Answers

Answer:

go do something outside and leave your phone inside to charge

Explanation:

free ten points,, it would be batter if you answered though

Answers

Answer:

I think A

Explanation:

Answer:

I think it's A

Hope it helps :D

write a python program to input a list of no. and swap element at the even location with element at odd location​

Answers

Answer:

I changed the title to describe the task the code accomplishes, this makes    the contrnt more easily searchable and accessible.

Explanation:

Answer:

The content is more easily searchable and accessible.

Explanation:

Sube
When you access a website, your
translates web language code into words, graphics, and videos.
A website address
B. web host
ООО
C Internet service provider
D. HTML decoder
Eweb browser

Answers

Answer:

I think the answer is C correct me if I'm wrong

Answer:

A

Explanation:

im not 100% positive about that but im like 99.9% sure


What is the difference between iterative and sequential?

Answers

Answer:

iterative means to iterate, or "repeat" ex: 4,4,4,4,4

sequential means to increase with a constant ex:

1,3,5,7,9,11,13. the constant that the terms are incremented by is 2

Assume there is an interactive math tutor. Many students take the math lessons online. At the end of each lesson, students have to attempt a test. What is the performance measure of this agent?

A.
count the number of students
B.
display suggestions for solving problems
C.
take input from the keyboard
D.
enable the student to attain maximum marks

Answers

Answer:

I think it is D

Explanation:

This is the goal, or the requirement for success.

Answer:

D. Enable the student to attain maximum marks

Explanation:

Correct on Clever

Other Questions
solve the following simultaneous equations 5x+7y = 17 ; 7x+5y = 19 Step by step please 10 cm 10 cm 8 cm 6cm Find the area of trapezoid ABCD. Which characteristic describes a memoir Please help! Will mark brainliest if correct! No guessing! Please help quickly McKenzie works for a catering company. She is making iced tea for an upcoming event. For each container of tea, she uses 16 tea bags and 3 cups of sugar. If McKenzie uses 64 tea bags how many cups of sugar will she use? PLEASE HELP ME WITH THIS ASAP what is the processing speed for the second generation of computers Which gland in the human body is a part of two human body systems (Digestive &Endocrine)?A. TestesB. OvariesC. BothD. Pancreas Slove for the indicated variable in the literal equation. real answers P = -3 - 4L - 6 for L To pay for the trailer, the company took out a loan that requires Amazon Rafting to pay the bank a special payment of $8,700 in 5 years and also pay the bank regular payments of $4,100 each year forever. The interst rate on the loan is 14.3 percent per year and the first $4,100 yearly payment will be paid in one year from today. What was the price of the trailer? Save me from German I beg you. venice cycled for 8.45pm to 2.15am how long did she cycle for Use the diagram below to find x and each missing angle. Please is the human population growth also a factor. for. causing deforestation? justify your answer giving reason What is an enzyme?1A catalyst that breaks downlarge molecules2A catalyst that speeds up areaction3A biological catalyst / substancethat speeds up chemicalreactions 9. What section of the hospital is Craig sent to and why? What is the value of x? Why might human rights be taken away during times of economic turmoil or chaos? I need help with the top 3 giving 20 points plz