forked from tdwojak/Python2017
commited tasks
This commit is contained in:
parent
d26963a968
commit
1ea9b5fc16
@ -10,12 +10,12 @@ def wczytaj_dane():
|
||||
return rooms_data
|
||||
|
||||
def most_common_room_number(dane):
|
||||
d=dane
|
||||
print d.columns
|
||||
#mcrn= dane.val
|
||||
#return mcrn
|
||||
d=dane['Rooms']
|
||||
d= d.value_counts()
|
||||
print d[]
|
||||
pass
|
||||
|
||||
|
||||
def cheapest_flats(dane, n):
|
||||
pass
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user