Untitled
unknown
plain_text
3 years ago
197 B
9
Indexable
data['floor_type'] = data.apply (lambda row : 'последний' if row == row['floors_total'] \
                                 else ('первый' if row == 1 else 'другой'), axis = 1)Editor is loading...