Untitled

From Reliable Motmot, 2 Months ago, written in Plain Text, viewed 49 times.
URL http://codebin.org/view/44ecfdfd Embed
Download Paste or View Raw
  1. living = df[df['total_area'] - df['kitchen_area']]
  2. df['living_area'] = df[df['living_area'].fillna(value = living)]
  3. print(df['living_area'].isna().sum())

Reply to "Untitled"

Here you can reply to the paste above