Skip to content

(Small exercise) Analyze a month's worth of weather data, provide insights

License

Notifications You must be signed in to change notification settings

LorenzoBunino/weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather

(this is a small exercise)
Analyze a month's worth of weather data, provide insights:
output the day with the smallest thermal excursion


  • Language: Python
  • Standard libraries: datetime, calendar, sys, argparse
  • Third party libraries: pandas
  • Usage: weather [-h] rawdatafile
  • Internal classes: WeatherDay (extends datetime,date), WeatherMonth

A design choice has been made to expect all input as strings, since we are dealing with heterogeneous data that largely comes from text files or console inputs.
Data will be properly handled internally.

About

(Small exercise) Analyze a month's worth of weather data, provide insights

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages