string operations
Open
enhancement
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 389
- PR merge metrics
- No merged PRs in 30d
Description
while perusing [the mongo docs](http://docs.mongodb.org/manual/reference/operator/aggregation-string/) i started to think about string ops like `concat`, `lower`, `upper`, slicing, etc
mongo, pandas, sql, python should support these operations, and maybe others
maybe we could the leverage the [`char`](http://docs.scipy.org/doc/numpy/reference/routines.char.html) module for `numpy` computations on this
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.