Fix
This commit is contained in:
parent
3c1f54b6af
commit
fb1e3a0d16
@ -10,4 +10,5 @@ no_shows=pd.read_csv('KaggleV2-May-2016.csv')
|
||||
print(f"Wielkosc zbioru: {len(no_shows)}")
|
||||
|
||||
# Opis parametrów
|
||||
print(no_shows.describe(include='all'))
|
||||
print(no_shows.describe(include='all'))
|
||||
no_shows.describe(include='all').to_csv("data_description.csv")
|
Loading…
Reference in New Issue
Block a user