- df['floor_type'] = df['floor'].apply(lambda x: 'первый' if x==1 else 'последний' if x=='floor' else 'другой')
Re: Untitled
From Morose Flamingo, 10 Months ago, written in Plain Text, viewed 230 times.
This paste is a reply to Untitled from Cream Cheetah
- view diff
URL http://codebin.org/view/b160adef
Embed
Download Paste or View Raw
— Expand Paste to full width of browser