allow an arbitrary string for encoding parameter to String type
Open
bug
enhancement
- Dominant language
- Python
- Stars
- 189
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
I think we're being unnecessarily restrictive here as we're don't actually _do_ anything with the encoding except keep it around for other systems to use. We occasionally translate fixed length string types to a numpy dtype, in which case we would raise if the encoding doesn't make sense in numpy land.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.