Untitled

 avatar
unknown
plain_text
2 years ago
181 B
6
Indexable
station_stat_full['group_name'] = (
    station_stat_full['name'].
    isin(big_nets_stat.index).
    where(station_stat_full['name'] != 'big_nets_stat.index', 'Другие')
)
Editor is loading...