Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 606 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 606 Bytes

Temperature-Variation-graph

This Python project graphs the temperature variation over a period of time, displaying the lowest and highest temperatures of every day

The purpose of this project is to demonstrate how to read and graph information of a csv archive that i got in a web with data of test about temperature variation in Spain.

pip install -r requirements.txt

Run the program of visualization:

python daily_temperatures.py  

The result is like this:

git_temp_var