Posts by Bruno • 25 points
2 posts
-
1
votes1
answer917
viewsQ: How to store the result of an iteration in a new variable using python?
Good morning, everyone! I’m analyzing a conjunto de dados de compartilhamento de bicicletas. In that dataset there is a column called 'birthyear', indicating the year of birth of the user. I am…
-
1
votes1
answer51
viewsQ: Doubt beginner ! Manipulating series
I’m doing my first analysis with Pandas in Python 3. I’m practicing with a game of Thrones dataset that contains the deaths in the books. One of the columns of the dataframe refers to the house and…