Re: Untitled

From Crippled Cat, 4 Months ago, written in Plain Text, viewed 62 times. This paste is a reply to Untitled from Commodious Agouti - view diff
URL http://codebin.org/view/b3ab4068 Embed
Download Paste or View Raw
  1. orders_a = orders.query('group == "A"')
  2. orders_b = orders.query('group == "B"')
  3. orders_b['visitor_id'].isin(orders_a['visitor_id']).loc[lambda x : x == True].count()

Reply to "Re: Untitled"

Here you can reply to the paste above