Comparison

If you’re familiar with dplyr (R) or Pandas (Python) you might find the below comparison table useful to get started. Dataiter is heavily inspired by dplyr, but not an implementation of the dplyr API, rather an adaptation of mixed influences primarily from dplyr, base R, SQL and base Python.

Comparison Table of Basic Data Frame Operations in dplyr vs. Dataiter vs. Pandas