JSON to Python dataframe: mapping values from another API
I have an API with student data like this, for every student id there will be a corresponding API link with mark details. for example: https://api.school.com/2020/students.json { "Students": [ { "StudentName": "AAA", "Sid": 1020, "Saddress": "st.aaa", "Sdob": "10-11-1999" }, {…