Posts by Yan Lucas Gabor Sampaio • 29 points
2 posts
-
1
votes1
answer36
viewsQ: How to use groupBy with pd. Cut?
I’m trying to perform a groupby with the pd.cut() function, but I’m getting weird results. I have the following columns: jul/16 Ago/16 R$ 34.252,00 R$ 52.000,00 R$ 33.850,00 R$ 33.850,00 R$…
-
1
votes1
answer37
viewsQ: Drop values from a dataframe based on a boolean value
When I read a CSV file, these are the first 5 lines: Shape Reported Time 1 OTHER 6/30/1930 20:00 3 DISK 6/1/1931 13:00 4 LIGHT 4/18/1933 19:00 5 DISK 9/15/1934 15:30 6 CIRCLE 6/15/1935 0:00 I want…