In Python from a pandas dataframe json = pd.read_json('https://tikdata.com/master.json'), how can I find the corresponding Token number for the values in the Symbol column of the excel sheet and print the correspondent token number in the Token column of the Excel sheet?
Pandas data frame output:
Token Symbol
0 w d
1 v b
2 x a
3 y e
4 z c