h2oai / h2oai/datatable

Create Equivalent Methods for Existing Datatable Functions

Open
#2,946 5 comments 0 reactions 0 assignees View on GitHub
improve
Dominant language
C++
Stars
1.9k
Forks
164
Avg merge
7h 31m
Merged PRs (30d)
1

Description

This is a follow-up from the [discussion here](https://github.com/h2oai/datatable/discussions/2863) on adding methods to `FExpr`.

The method chaining format would look like this ``DT[:, f[:].rowsum().sum()]``, which would be an equivalent for ``DT[:, dt.rowsum(dt.sum(f[:]))]``

Methods:

- [ ] time methods
- [ ] str methods
- [ ] math methods
- [ ] cut
- [ ] qcut
- [ ] cov
- [ ] corr

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.