Python Forum

Full Version: Json File more pages #pandas #dataframe
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?