Posts by Lucas Cavalcanti Maia • 31 points
3 posts
-
1
votes1
answer36
viewsQ: How to single lines a Dataframe Pandas that vary in just a few fields?
I have a Dataframe with the following format: And I would like to have the following result: How do I get it? Thank you.…
-
1
votes1
answer869
viewsA: In pandas and unidecode, how to avoid warning messages - copy of a Slice from a Dataframe?
I solved the same problem (by the way, with the same database) without using units. from bs4 import BeautifulSoup import requests import pandas as pd candidatosal2014 =…
-
1
votes3
answers2116
viewsQ: Create table csv in python
I’m trying to build a table from information collected on a website. The problem is that although the print comes out as expected, at the time of saving in csv file is going only the last record.…