Untitled
Anonymous
plain_text
02/11/2023 5:54 PM
244 B
17
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...