aprender 0.29.3

Next-generation ML framework in pure Rust — `cargo install aprender` for the `apr` CLI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# DataFrame Basics

📝 **This chapter is under construction.**

This case study demonstrates using DataFrames for tabular data manipulation
in aprender, following EXTREME TDD principles.

**Topics covered:**
- Creating DataFrames from data
- Column selection and filtering
- Converting to Matrix for ML
- Statistical summaries

**See also:**
- [What is EXTREME TDD?]../methodology/what-is-extreme-tdd.md
- [API Design]../best-practices/api-design.md