Posts by Felipe Amaral Rodrigues • 309 points
5 posts
-
1
votes1
answer1291
viewsQ: Create new DF based on a Pandas column
I am new in Python and Pandas I have a DF that with 3 columns, as in the example below: SRC Data1 Data2 AAA 180 122 BBB 168 121 CCC 165 147 DDD 140 156 EEE 152 103 AAA 170 100 CCC 166 112 DDD 116…
-
3
votes1
answer53
viewsQ: Create new DF based on text criteria of a certain column
I have a DF in the following model, Data Coluna 1 Coluna 2 Coluna 3 12/01/2016 82 88 abc 06/02/2016 30 76 abd 15/03/2016 9 74 abc_abc|1234 11/01/2016 43 48 abc_abc|1235 14/04/2016 21 100…
rasked Felipe Amaral Rodrigues 309 -
12
votes4
answers1339
viewsQ: Equivalent to Excel SOMASES, in R
I am deepening in R and looking for a function that is equivalent to the sums of excel. I have this following DF: Day.of.Week Hour Quantidade 5 21 5044 3 12 5024 1 11 4725 0 16 4643 1 15 4601 4 14…
rasked Felipe Amaral Rodrigues 309 -
4
votes2
answers1031
viewsQ: How to extract a specific string snippet
Let’s have this URL extracted /ac/rio-branco/xpto-xyz-1-0-16-5-abcd-a1G57000003DE4QEAW And I just want the piece that starts with a1G, someone knows how I only get this bit?…
-
0
votes0
answers288
viewsQ: Text Checkbox "Yes" and not "True"
Good afternoon, I am producing a form and I need to know how to do so when the Checkbox is selected it delivers the text "Yes" and not "True" (my excel is in English) . I believe that this is a…