Posts by Gabriel Cabezas • 1 point
1 post
-
0
votes2
answers768
viewsA: How to fill a column of a pandas dataframe using corresponding values from another column in another dataframe?
I don’t quite understand your question, but I believe you’re looking for it: emissores = [] for emissor_ordem, emissor_solic, emissor_inci in zip(solicitacoes['Emissor_da_ordem'],…