From a70a8795952a58bff31aec94357d1c91bd70e5fa Mon Sep 17 00:00:00 2001 From: SanBast Date: Wed, 19 Apr 2023 12:45:59 +0200 Subject: [PATCH] deleted unused libraries --- weather_analysis.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/weather_analysis.py b/weather_analysis.py index 3a28b76..960cdb5 100644 --- a/weather_analysis.py +++ b/weather_analysis.py @@ -1,6 +1,4 @@ import os -import gzip -from tqdm import tqdm import pandas as pd import numpy as np from scipy.stats import trim_mean, iqr