Posts by Weverton • 1 point
1 post
-
-2
votes1
answer31
viewsQ: Pandas - Exhibition after groupby
How do I make sure the Offices column does not go blank, thus repeating the office name? mun_df = planta_df[['Empresas', 'Escritórios', 'Municípios', 'Estados']] mun_df = mun_df.groupby(['Empresas',…