Json – How to convert categorical entries in a pd dataframe row into a column?
I have a json file which when converted into a dataframe looks something like this: sl no. id name value date 1 101 Math 90 - 2 101 Phy 87 - 3 201 Math 85 - 4 201 Phy 93…