I am trying to check the languages of the comments in a column in pandas dataframe, but that is irrelevant to the question. The problem is I am looping over a column in pandas dataframe and trying to print the comments and they do not show, in fact they show up as none and nothing appears.
I ve tried turning the pandas dataframe column to a list and iterating over list, but it did not help.
Although, indexing works fine.trying indexing of the list
The printing does not show anything.
Print does not show anything
Roman Kypybida is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.