Untitled

From Commodious Agouti, 4 Months ago, written in Plain Text, viewed 65 times.
URL http://codebin.org/view/aaa622b9 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()

Replies to Untitled rss

Title Name Language When
Re: Untitled Crippled Cat text 4 Months ago.

Reply to "Untitled"

Here you can reply to the paste above