mirror of
https://github.com/rzmk/czv.git
synced 2025-12-19 08:09:24 +00:00
refactor: use czv in czv-python
- Add `file_path` for czv-python count operations - Refactor tests based on file path instead of data - Use thiserror in czv - Update examples to reflect changes
This commit is contained in:
parent
9799ab694b
commit
ce260e9491
14 changed files with 79 additions and 55 deletions
|
|
@ -1,6 +1,9 @@
|
|||
# czv-wasm
|
||||
|
||||
WebAssembly (JavaScript and TypeScript) library for [czv](https://github.com/rzmk/czv). czv is a library of utility functions for CSV-related data engineering and analysis tasks.
|
||||
WebAssembly (JavaScript and TypeScript) library for [czv](https://github.com/rzmk/czv). czv is a library of CSV-related operations for data engineering and analysis tasks.
|
||||
|
||||
- For a Rust library see [czv](https://github.com/rzmk/czv/tree/main/czv).
|
||||
- For a Python library see [czv-python](https://github.com/rzmk/czv/tree/main/czv-python).
|
||||
|
||||
## Installation and example
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue