Added
count
:--human-readable
option in #184- Automatic utf8 transcoding in #187
- Added NYC School of Data 2022 presentation
- Added ahash 0.7 and encoding_rs_io 0.1 dependencies
Changed
- Use ahash::AHashMap instead of std::collections::HashMap for performance in #186
- Revamped Whirlwind Tour
- bumped several dependencies
- anyhow 1.0.55 to 1.0.56
- ipnet 2.3.1 to 2.4.0
- pyo3 0.16.0 to 0.16.1
Fixed
py
: convert spaces to underscores for valid python variable names when Column names have embedded spaces in #183- docs: CSV Kit got a 10x improvement by @jpmckinney in #180
fetch
: added jql selector to cache key- Corrected README mixup re
join
hashmap indices and qsv indices
New Contributors
- @jpmckinney made their first contribution in #180
Full Changelog: 0.34.1...0.35.0