Re: Re: Re: Untitled

From Forensic Leech, 1 Year ago, written in Plain Text, viewed 308 times. This paste is a reply to Re: Re: Untitled from Crimson Finch - view diff
URL http://codebin.org/view/31c00b70 Embed
Download Paste or View Raw
  1. children_count = data['children'].value_counts()
  2. debt_count = data.groupby('children')['debt'].sum()
  3. сhildren_debtors = (debt_count / children_count)

Reply to "Re: Re: Re: Untitled"

Here you can reply to the paste above