skip to Main Content

Random data from json file

I create a quiz using json files as categories. I would like to have random categories and random questions. I managed to have random categories already but still can't figure out how to create drawing questions from json file. I…

VIEW QUESTION

Converting JSON Dictionary to Dataframe

I am relatively new to JSON and after going through several tutorials I have decided to reach out here for additional advice. I am trying to convert the following JSON dictionary via Jupyternotebook/Pandas into a dataframe and later into a…

VIEW QUESTION

Delete duplications in JSON file

I am trying to reedit json file to print only subgroups that has any attributes marked as "change": false. Json below: {"group":{ "subgroup1":{ "attributes":[ { "change":false, "name":"Name"}, { "change":false, "name":"SecondName"}, ], "id":1, "name":"MasterTest"}, "subgroup2":{ "attributes":[ { "change":true, "name":"Name" }, {…

VIEW QUESTION
Back To Top
Search