Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Commit 7a5e19b

Browse files
committed
update function status
1 parent 4fb102d commit 7a5e19b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,18 @@ One can think of this library partly as a playground for features that could for
3737
- [X] Rename columns
3838
- [ ] Create dataframe from record batches (a `Vec<RecordBatch>` as well as an iterator)
3939
- [ ] Write dataframe to CSV (and other formats as and when Arrow supports them)
40+
- [ ] Sort dataframes
41+
- [ ] Grouped operations
42+
- [ ] Filter dataframes
4043

4144
- Scalar Functions
4245
- [X] Trig functions (sin, cos, tan, asin, asinh, ...) (using the `num` crate where possible)
4346
- [X] Basic arithmetic (add, mul, divide, subtract) **Implemented from Arrow**
4447
- [ ] Date/Time functions
45-
- [ ] String functions (in progress, subset implemented)
48+
- [ ] String functions
49+
- [ ] Basic string manipulation
50+
- [ ] Regular expressions (leveraging `regex`)
51+
- [ ] Casting to and from strings
4652
- [ ] Crypto/hash functions (md5, crc32, sha{x}, ...)
4753
- [ ] Other functions (that we haven't classified)
4854

0 commit comments

Comments
 (0)