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
|
return rooms_data
|
||||||
|
|
||||||
def most_common_room_number(dane):
|
def most_common_room_number(dane):
|
||||||
d=dane
|
d=dane['Rooms']
|
||||||
print d.columns
|
d= d.value_counts()
|
||||||
#mcrn= dane.val
|
print d[]
|
||||||
#return mcrn
|
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
def cheapest_flats(dane, n):
|
def cheapest_flats(dane, n):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user