poorman

A poor man's dependency free grammar of data manipulation (by nathaneastwood)

Poorman Alternatives

Similar projects and alternatives to poorman

  1. tidytable

    Tidy interface to 'data.table'

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. re2

    R interface to Google re2 (C++) regular expression engine (by girishji)

  4. pak

    A fresh approach to package installation (by r-lib)

  5. awesome-R

    A curated list of awesome R packages, frameworks and software.

  6. fastverse

    An Extensible Suite of High-Performance and Low-Dependency Packages for Statistical Computing and Data Manipulation in R

  7. ggplot2

    An implementation of the Grammar of Graphics in R

  8. dplyr

    dplyr: A grammar of data manipulation

  9. SaaSHub

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

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

poorman discussion

Log in or Post with

poorman reviews and mentions

Posts with mentions or reviews of poorman. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-15.
  • Why is {dplyr} so huge, and are there any alternatives or a {dplyr} 'lite' that I can use for the basic mutate, group_by, summarize, etc?
    3 projects | /r/rstats | 15 Dec 2022
    You might find the poorman package interesting: https://github.com/nathaneastwood/poorman
  • Just how widely accepted is tidyr/dplyr these days?
    2 projects | /r/rprogramming | 9 Jun 2022
    It's true that their packages are heavy on dependencies, and if that is a concern, you have alternatives: - poorman: no dependencies, same syntax as dplyr, but only includes basic verbs. - datawizard: low dependencies, slightly different syntax, has base-R implementations of most of dplyr / tidyr functions, plus some other goodies likes scaling, mean-centering, rank transforming, ... - And of course, data.table: 0 dependencies, ultra-fast (everything is written in optimized C under the hood), can manipulate much bigger data than the Tidyverse, and can do everything the tidyverse can when it comes to data wrangling (however, sometimes the tidyverse has convenience functions that make some operations shorter than with data.table). The downside is that data.table's syntax requires more efforts to learn / is less intuitive to read for neophytes.

Stats

Basic poorman repo stats
2
349
5.7
over 1 year ago

nathaneastwood/poorman 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 poorman is R.


Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that R is
the 58th most popular programming language
based on number of references?