add get lib

This commit is contained in:
Dawid 2021-04-08 23:02:23 +02:00
parent ff334e1a95
commit 8970a18693
2 changed files with 3 additions and 1 deletions

View File

@ -2,4 +2,5 @@ kaggle==1.5.12
matplotlib==3.3.4
numpy==1.19.5
pandas==1.1.5
sklearn==0.0
sklearn==0.0
wget==3.2

View File

@ -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'