From 8970a186938be97a365b9bda9932de12e7da3b77 Mon Sep 17 00:00:00 2001 From: Dawid Date: Thu, 8 Apr 2021 23:02:23 +0200 Subject: [PATCH] add get lib --- requirements.txt | 3 ++- stats.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 12e8080..4315e70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ kaggle==1.5.12 matplotlib==3.3.4 numpy==1.19.5 pandas==1.1.5 -sklearn==0.0 \ No newline at end of file +sklearn==0.0 +wget==3.2 \ No newline at end of file diff --git a/stats.py b/stats.py index 970dd68..44abde0 100644 --- a/stats.py +++ b/stats.py @@ -1,6 +1,7 @@ import zipfile import numpy as np import pandas as pd +import wget from sklearn import preprocessing url = 'https://git.wmi.amu.edu.pl/s434804/ium_434804/raw/branch/master/country_vaccinations.csv'