How can i acces each category in categories?
Categories | |
---|---|
1 | [' Backend ', ' Python '] |
2 | [' Big Data ', ' Python '] |
I tried to input print(df["categories"][0][1]) My output is ' I want it to be ' Backend '
How can i acces each category in categories?
Categories | |
---|---|
1 | [' Backend ', ' Python '] |
2 | [' Big Data ', ' Python '] |
I tried to input print(df["categories"][0][1]) My output is ' I want it to be ' Backend '