App for cleaning meteorological data and weather forecast

Hi, this is my first app with streamlit. It aims to clear meteorological data and imputing missing data, in addition to doing exploratory analysis, descriptive statistics and weather forecasting. If there are any suggestions, you will be very welcome.

The app can be accessed at App for cleaning meteorological data, exploratory analysis and weather forecast of surface meteorological stations

1 Like

Hi @WALINGSON, thanks for sharing! Is there a certain format that the data belongs in? I’m not familiar with weather data, so I wasn’t sure if there was a file feed specification or anything.

Best,
Randy

Hello @randyzwitch the data must be in .CSV format, preferably separated by commas. For the system to work, the column labels must be named as below.

if you are interested, follow the link for some meteorological data.
https://drive.google.com/drive/folders/1KQgExnNKRZPDM3C5hYOQVOSiVo8Pxd_v?usp=sharing

1 Like