Processing open data API.
- 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.
- 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.
These calculations are meant to expand understanding and comprehension of data science techniques using tools such as Python and the Pandas library.