-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
Which of the options in R for dataframe-like objects do we want to build on for a collection of forecasts that have been loaded into an R working session: data.frame, tibble, or data.table?
Here are some points that have been raised in previous discussion:
data.frames are the only of these options that are native to R.tibblesand the tidyverse are a de facto standard that is in common use by a large swath of the R community, and they allow for features that are not supported in data frames such as nestingdata.tables are substantially faster thantibbles- We could support multiple options... but ultimately, even if we go this route we are probably going to want to pick one that most of our tooling works with, right?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done