SyntaxFix
Write A Post
Hire A Developer
Questions
you can loop through the data frame like this .
for ad in range(1,dataframe_c.size): print(dataframe_c.values[ad])