Posts by Developer Aurelio M. Vulcão • 1 point
1 post
-
0
votes2
answers106
viewsA: How to check if a certain value of a column is equal and does not save this value in file?
Creates a function and calls it within its function for products. for c in range(0,len(valor_coluna)): if valor_coluna == valor coluna[c]: continue That or use find. Create a function: funcao(base,…