Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in apply

In R, is there a tabular data structure that can have more than 2^31 cells and to which `apply` can be applied?

r matrix apply

Applying a function between specific pairs of columns in a matrix in R

r matrix apply lsa

creating a new column in polars applying a function to a column

python xml apply python-polars

For each row extract the value in the column name that match another value in the cell

r dataframe dplyr apply sapply

Looking for an apply, tidyr or dplyr solution to a nested for loop situation in R

r for-loop dplyr nested apply

Running sum on a column conditional on value

r vector apply cumulative-sum

R - conditional incrementation

r dataframe apply

Create columns with .apply() Pandas with strings

apply a function to a subset of a data frame but retain the whole data frame

r dataframe apply

Change colour of text of a column based on the value of another column within the same dataframe using pandas stylers

Reverse geocoding speed

r apply ggmap

Count occurrences of strings in a dataframe

How to efficiently apply multiple functions simultaneously to the same dataframe and save the results as a list of dataframes?

r apply purrr

Apply function on array returning original number of dimensions

r arrays apply

How to improve performance for huge datasets by substitute a "for-loop" and "if-else" clauses

r - Lag a data.frame by the number of NAs

r function apply lag

R: using apply function on a list to get mean of multiple values

r apply mean

Extract same index elements from a list

r list apply

Using apply to replace nested for loop

r for-loop apply lapply