Hi there!
I’m using python as data source for a query. I’ve tried to transform a nested json to a pandas dataframe by using the pandas.json_normalize() but I get the error:
Error running query: <type ‘exceptions.AttributeError’> ‘module’ object has no attribute ‘json_normalize’
I’ve already added pandas to the python data source as shown in the picture:
What am I doing wrong? I really appreciate your help! Thanks
redash Version: 8.0.0+b32245 (a16f551e)