Re: Re: Re: Re: Re: 21 задание

From Voluminous Mousedeer, 1 Year ago, written in Plain Text, viewed 213 times. This paste is a reply to Re: Re: Re: Re: 21 задание from Jittery Macaw - view diff
URL http://codebin.org/view/7ce5159e Embed
Download Paste or View Raw
  1. for t in data['floors_total'].unique():
  2.     data.loc[(data['floors_total'] == t) & (data['ceiling_height'].isna()), 'ceiling_height'] = \
  3.     data.loc[(data['floors_total'] == t), 'ceiling_height'].median()

Reply to "Re: Re: Re: Re: Re: 21 задание"

Here you can reply to the paste above