Closed ianspektor closed 1 year ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
[WIP] Depends on #156 's formatting configs to reduce formatting diffs.
Initial folder structure for operator definitions. Defined:
Operator
andWindowOperator
classesAssignOperator
andSimpleMovingAverage
shell classesFor simplicity at this point, and given we are going to be using pandas for the MVP, we decided to create these aliases:
Interval
as an alias ofpd.Timedelta
Sampling
as an alias ofpd.MultiIndex
(with the restriction of the last level of it being aDatetimeIndex
)EventSequence
as an alias ofpd.DataFrame