Search code examples
Passing data between R and Python - How to convert arrow table to tibble/dataframe?...


rpandasdplyrpyarrowreticulate

Read More
How to create lagged differences by group in R?...


rvariablesdplyrtidyversedata-cleaning

Read More
dplyr use filter only if a variable exists...


rdplyrtidyr

Read More
Full dataframe operations based on specific subsets of itself (+dplyr)...


rdplyrconditional-statements

Read More
Tidy approach to assess the agreement among dichotomised/binary parameters...


rdplyrcross-correlation

Read More
Cosine similarity between each two rows in a dataframe...


rdplyrsimilaritycosine-similarity

Read More
Count identical values in a string, than group, and count the results using tidyverse and dplyr...


rdplyrtidyr

Read More
Write all strings beginning with a certain substring in a specific range of columns to a new column ...


rdataframedplyrtidyr

Read More
Categorize down a column based on conditions...


rdataframedplyrcasemutate

Read More
Compare all columns to each other one by one in a smart way...


rdplyrfilter

Read More
R: calculate value based on the previous row...


rdplyr

Read More
r retain duplicates after group by not min value...


rdplyrduplicatesaggregatedata-transform

Read More
Pre Post hypothesis testing for multiple groups in long format r- /dplyr...


rdplyrhypothesis-test

Read More
Is there a way to replace a group of strings with another group if strings via dplyr and stringr...


rdplyrtidyversestringr

Read More
Convert List Column to String of Comma-Separated Values...


rdplyr

Read More
r generate indicator columns based on conditions...


rdplyrdata-transform

Read More
How can we mutate an new column name containing an existing value...


rdplyrrlangmutater-glue

Read More
How to replace with NAN no more than 30% of the values with the specified flag in R...


rdplyr

Read More
Determine and list the top 5 for a given group...


rlistdplyrgroup-by

Read More
Identifying crisis episodes...


rdplyrpanel-data

Read More
Return values from multiple columns to a new column where the last character in column names == last...


rdplyr

Read More
Separate 1 column into 2 based on occurrences on the same day in R?...


rdplyrassociations

Read More
Group by variables to create new column in R...


rdataframedplyrgroup-by

Read More
Decoding multiple hot-encoded columns efficiently in R...


rdataframedplyrdata-manipulationone-hot-encoding

Read More
how divide series of columns to one column...


rdplyrdata.table

Read More
Choose value from column with column name to choose in a separate column...


rdplyr

Read More
Using group_by and count in user defined functions...


rdplyr

Read More
Rolling mean across day of year...


rdplyrmeanzoo

Read More
Transpose dataframe in R and maintain first column...


rdataframedplyrtidyversetranspose

Read More
Using mutate() and mean() to get the average of columns whose names are stored in a vector?...


rdplyr

Read More
BackNext