1
I have a csv with three columns:
+----------------------------+-----------------+--------------+
| txtDescricaoEspecificacao | txtFornecedor | vlrLiquido |
+----------------------------+-----------------+--------------+
I wanted him to add the vlrLiquido
whenever the
txtDescricaoEspecificacao == "CASCOL COMBUSTIVEIS PARA VEICULOS LTDA"
and join in a Dataframe showing the txtFornecedor
along with the vlrLiquido
summed up, someone can help me?