Am 02.10.20 um 14:34 schrieb Shaozhong SHI:
Hello,

I got a json response from an API and tried to use pandas to put data into
a dataframe.

However, I kept getting this ValueError: arrays must all be same length.

Can anyone help?

The following is the json text.

What do you expect the dataframe to look like? dataframes are 2D tables, JSON is a tree.

        Christian

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to