Support feature value of type map with scalar, non-string keys
Open
kind/feature
- Dominant language
- Python
- Stars
- 7.3k
- Forks
- 1.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 15
Description
**Is your feature request related to a problem? Please describe.**
Many features are of map value that have features that have non-string keys like timestamps or uuids. Think about map of purchases by transaction_id.
**Describe the solution you'd like**
I would like a new type that is a map with non-string, scalar key types.
**Describe alternatives you've considered**
We can convert non-string keys to strings but then there is no way to convert them back.
Contributor guide
Assessment
This issue has not been assessed yet.