forked from tdwojak/Python2018
zadanie domowe
This commit is contained in:
parent
7f64a03469
commit
56f654961c
@ -13,7 +13,7 @@ def most_common_room_number(dane):
|
||||
return mode(dane.Rooms)
|
||||
|
||||
def cheapest_flats(dane, n):
|
||||
return dane.sort_values(by=["Expected"]).head(n)
|
||||
return dane.sort_values(by="Expected").head(n)
|
||||
|
||||
def find_borough(desc):
|
||||
dzielnice = ['Stare Miasto',
|
||||
|
Loading…
Reference in New Issue
Block a user