my problem seems simple but I can’t solve it. I’m fetching some data from an API through Python but this API BOOK returns some columns as lists and within these columns there are other columns.
When I access the API directly through PowerBI, I can expand this list column and create new lists, but in Python I am unable to manipulate this data.
I’ve already done some trying to convert an object to a string but without success. I’m really lost and would like some help.
enter image description here
I’ve already done some trying to convert an object to a string but without success. I’m really lost and would like some help. I was hoping to be able to expand these lists like I can in PowerBi so that I can process this data with Pandas/Numpy
Rodrigo Habitat is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.