Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data.table

A reshape puzzle in data.table

r data.table reshape

unique.data.table select last row in place of the first

r data.table

data.table: Update multiple columns in a data.table with a matrix

r matrix data.table

data.table get N most frequent values by group

r data.table

Normalize each row of data.table

R search in multiple datatable columns

r dataframe data.table

sum columns values in data.table in r using .SDcols [duplicate]

r data.table

Subsetting a data.table in a for loop is slower and resource hungry

Subset and aggregate an original data.table based on a different column

r data.table

Assigning/Referencing a column name in data.table dynamically (in i, j and by)

r data.table

parse out string, set it as a factor column in R data.table

r data.table

Mystery: Why does the as.character() function in a data.table run faster if I add and subtract another variable?

r data.table

Create a series of new columns with (d)plyr

r data.table plyr dplyr

How to calculate count by group, then keep only one per group

r merge data.table aggregate

Determine whether column values are unique in data.table

r data.table

Vectorize data.table like, grepl, or similar for big data string comparison

r data.table

R data.table: (dynamic) forward looking Cross-Joins

r data.table cross-join

incremental counter within dataframe only when a condition is met in r

r data.table counter

Test two columns of strings for match row-wise in R

regex r data.table

left outer join with data.table with different names for key variables

r data.table