Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged data.table

0 votes
490 views
1 answer
    I had problems installing data.table for R version 3.5.0, and was advised to check that RTools was ... newer/different version. Any thoughts? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
280 views
1 answer
    I am looking for some performance gains in terms of rolling/sliding window functions in R. It is quite ... other function. Looking for a top performance. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
701 views
1 answer
    I new in R language. i have two data.table like these : rts: id rt 1: 10_1 3180 2: 10_10 1680 3: 10_100 ... table-in-r-the-columns-to-join-by-must-be-specified-using-on-argument...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
529 views
1 answer
    I have the daily data of two stocks (Apple and Google) library(tidyquant) dt = tidyquant::tq_get(c("AAPL", ... .com/questions/65873070/converting-daily-data-to-weekly-data-using-r...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
403 views
1 answer
    I am working with eye-tracking data and I am trying to create a new column 'SaccadePerTrial' which will count (and ... /65887293/label-a-sequence-of-row-elements-in-a-dataframe-r...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
337 views
1 answer
    Using the mtcars dataset, I have created a cross table as follows - tab = with(mtcars, ftable(gear, cyl)) tab ... -to-add-the-likely-event-and-its-probability-from-a-cross-table...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
374 views
1 answer
    I have a data.table with 168 variables and 8,278 observations. Variables 69:135 are originally stored as ... -factor-levels-to-multiple-variables-with-differing-amount-of-level...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
304 views
1 answer
    I have two separate data tables that I want to find the closet zip code from one data table to the other. From the ... /find-closest-zip-code-to-another-from-two-data-tables-in-r...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
507 views
1 answer
    I have a dataset that looks as follows: ex <- data.frame("id" =c(rep(1234,6)), "case" = c(45,45,45,92, ... for? Or any other code that might be more efficient? Thanks in advance!...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...