Posts by Oberdan Santos • 3 points
3 posts
-
-1
votes1
answer44
viewsQ: How to create a new column 'ANO_NASCIMENTO' and insert data into it in sequence, considering each row of the column NAME
Hello!! I’m a beginner in Python and I would like to count on your help for the problems below. I have a df with 2 columns. NOME N.CELULAR João Pedro 98 – 9112 1632 Luís Antônio 98 – 8513 4545…
-
-5
votes2
answers80
viewsQ: How do I check which items in List2 are in List1, then their count and order
I am a beginner in Python and I would like to count on your help for the problems below. I have worked on two lists as the following objectives: 1.Check which items in List2 are in List1 2.Count…
-
-2
votes1
answer30
viewsQ: In a df, how to select items in column with datetime format, classify them into periods (morning, afternoon and evening) and place them in a new column
Hello!!! I am looking for help to solve the problem below. My df has a ' DATA column with format 29/01/2019 17:50:11), which by default is converted to 'object' type pandas. All in all, it has 640…