Skip to content

tech-science-club/datascience_projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Processing open data API.

  1. Processing Weather Data in Denmark and Comparison with Ukraine: The script weather_history.py retrieves historical weather data from the API provided by the "Open-Meteo" service, which offers historical weather data. The script processes this data to calculate the number of sunny days, rainy days, and other weather conditions. It also builds several plots: two plots show the distribution of overcast conditions and wind, while two line plots display temperature and precipitation data.

Optional Text

  1. Processing Open Data of StoreBelt Traffic from 1998 to the Present: The script storebælt.py reads traffic data from a CSV file, filters the information according to specific years, and saves it into separate Excel files (.xlsx) with visualizations of the data. It also estimates the approximate profit of the StoreBelt A/S company, noting that this estimate is likely understated because it uses modern discount prices; historical pricing data is not publicly available.

Optional Text Optional Text

These calculations are meant to expand understanding and comprehension of data science techniques using tools such as Python and the Pandas library.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages