Re: Untitled

From Eratic Capybara, 2 Months ago, written in Plain Text, viewed 63 times. This paste is a reply to Untitled from Capacious Anoa - view diff
URL http://codebin.org/view/9d5bdc1a Embed
Download Paste or View Raw
  1. len(data.fillna({'avg_bill': 'Цена бокала пива'})
  2.     .query("middle_avg_bill.isna() \
  3.            and middle_coffee_cup.isna() \
  4.            and not avg_bill.isna() \
  5.            and not avg_bill.str.contains('Цена бокала пива')")
  6.    )

Reply to "Re: Untitled"

Here you can reply to the paste above