Posts by fellipeao • 27 points
3 posts
-
1
votes1
answer56
viewsQ: Collect fraction of a text in a Pandas column [Python]
Good afternoon! I’m having a hard time separating the name of the countries into a string column (text), where I don’t have a common separator, I’m not even sure where to start. Basically, my idea…
-
1
votes1
answer1271
viewsQ: How to make a dynamic table in a Pandas dataframe?
Good afternoon. I’m migrating some activities from excel to python (an environment I’m still a layman), and came across a problem in making a dynamic table. I tried using pivot_table but could not…
-
0
votes2
answers120
viewsQ: How to extract data from a single column list and generate another?
Good morning. I’m new to programming and I started out with curiosity and the need to eliminate some repetitive functions from my day to day. I am creating a code that enters a network equipment…