Scrape book store

sir how to create csv file with table format given in sample submission .I have scrape books store in json file

hey @saini.harsh22 ,
as you said you have got the data in json format
Then just simply use pandas to do your task ,
pd.Dataframe.from_dict(your_json_here)

You might need to make some changes or add some parameters based on your json data structure , you can get them from the pandas documentation.

If still you face errors in this , then just upload your code on github and share me the link.
I will look into it.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.