datacell 0.1.8

A powerful CLI tool and library for spreadsheet manipulation with pandas-style operations. Supports CSV, Excel (XLSX, XLS, ODS), Parquet, and Avro formats with formula evaluation, data transformation, and comprehensive analytics capabilities.
Documentation
# Rust
/target/
debug/
Cargo.lock
**/*.rs.bk
*.pdb
**/mutants.out*/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db
CLAUDE.md

# Test artifacts
*.csv
*.xlsx
*.xls
*.parquet
*.avro
!tests/fixtures/*.csv
!tests/fixtures/*.xlsx
!examples/*.csv

# Logs
*.log