Python Forum
Json File more pages #pandas #dataframe - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Json File more pages #pandas #dataframe (/thread-31727.html)



Json File more pages #pandas #dataframe - nio74maz - Dec-30-2020

good day I have a problem, I have extract from rest api woocomerce all products in one file json, but this file have 4 pages with 100 row for page. I have to do an dataframe for check this data with another dataframe but I don't understand how to do it.
I think should iterate and put everything on one page so that i have 400 rows and all my columns. It's the right way? how can I do it could You help me?