Untitled

From Edgy Tamarin, 5 Months ago, written in Plain Text, viewed 90 times.
URL http://codebin.org/view/763dc142 Embed
Download Paste or View Raw
  1. def diagramm_maker(column):
  2.     typical_flats_one_room.plot(x=column, y='last_price_tho', kind='scatter', alpha=0.4)
  3.     typical_flats_one_room[column].corr(typical_flats_one_room['last_price_tho'])
  4.    
  5. diagramm_maker('total_area')

Reply to "Untitled"

Here you can reply to the paste above