Posts by Afonso O. Lenzi • 33 points
2 posts
-
0
votes1
answer1457
viewsQ: Insert a new column in dataframe like another column only without special characters
EX: [ Reference column x New column remove special characters in a new column using dataframe pandas]
pythonasked Afonso O. Lenzi 33 -
2
votes2
answers1901
viewsQ: In R, How to calculate the average of a column based on criterion in another column?
I have two columns (A and B) I want to calculate the average of column A for the corresponding elements only for those that in column B are greater than 10 for example.