- len(data.fillna({'avg_bill': 'Цена бокала пива'})
- .query("middle_avg_bill.isna() \
- and middle_coffee_cup.isna() \
- and not avg_bill.isna() \
- and not avg_bill.str.contains('Цена бокала пива')")
- )
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
— Expand Paste to full width of browser