Posts by Emmanuel • 23 points
2 posts
-
0
votes1
answer40
viewsQ: How to turn every two records of a Datframe into a single in Python based on two columns
Expensive, I have a Dataframe in which every two lines refer to a single record. I need to make a union of these lines based on the "id" and the "boss" to turn into one. The "principal" column has…
-
2
votes2
answers41
viewsQ: Form a dataframe from 3
I have 3 CSV files with 3 data frames, and one brings the columns países and população, another bring países and área and another brings países and expectativa de vida. In the first, there are 195…