Blockquote
I have an excel file with several columns , in one of them there is a column with the data structured in a type of dictionary , and I need to extract for example "name: en" into a separate column.
I tried to read it like pandas , and select from one column by object by name "name: en"