Posts by user245364 • 1 point
1 post
-
0
votes1
answer88
viewsQ: Count dataframe lines with string according to position in Python text
I have a dataframe with a text column, as follows: import pandas as pd df = pd.DataFrame([["1", "texto com PALAVRA frAse PARAGRAFO", True, "foo"], ["2", "texto com palavra Paragrafo", False, "foo"],…