Код: Выделить всё
range
"(2,30)"
"(50,290)"
"(400,1000)"
...
Код: Выделить всё
org_info_exc['range'].replace(',', '-', inplace=True)
Подробнее здесь: https://stackoverflow.com/questions/289 ... -dataframe
Код: Выделить всё
range
"(2,30)"
"(50,290)"
"(400,1000)"
...
Код: Выделить всё
org_info_exc['range'].replace(',', '-', inplace=True)