collapse

Advanced and Fast Data Transformation in R (by SebKrantz)

Collapse Alternatives

Similar projects and alternatives to collapse

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better collapse alternative or higher similarity.

collapse reviews and mentions

Posts with mentions or reviews of collapse. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-01.
  • is there a package using data.table that provides functions for descriptive stats, missingness etc?
    1 project | /r/rstats | 12 Oct 2022
    The ask is a little unclear. You might be interested in collapse and more generally in other packages in the fastverse. I guess it's also worth pointing out that data.table already provides alternative methods for certain base R descriptive stats functions (e.g., mean, etc.) that are automatically used when applied to datatables.
  • Benchmarking for loops vs apply and others
    2 projects | /r/rstats | 1 May 2022
    If you are looking for performance I would recommend to check the collapse package. The following line "collapse" = collapse::fsum(df_datatable$x, g=df_datatable$g) is around 2x faster than base::rowsum, and the dplyr style syntax doesn't add that much of an overhead "collapse dplyr" = df_datatable |> fgroup_by(g) |> fsum(x)

Stats

Basic collapse repo stats
2
598
9.6
6 days ago

SebKrantz/collapse is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of collapse is C.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com