I'm facing issues uploading panda dfs with sqlalchemy. The issues arises when I try to write dfs with columns having list like features as depicted below:
The data that I write is based on JSON API data being converted to dataframes using pd.DataFrame.
The uploading is done using pandas.to_sql.
I can easily write the data if I omit the data with the list/array type feature. Any suggestions?