So I have a pandas dataframe and this is how it looks like:
This is a paragraph [if-statement, for-loop]
This is a second paragraph [for-loop, java]
To explain, the left column serves as text-data and the right column classifies what the text-data is about.
I want to access the "java" only on the second paragraph. How can i access a list in a dataframe?