Unbounded Output
Medium
- Category
- Output Handling
- Content
## Data Frames vs Tibbles - Tibble never converts strings to factors — safer defaults - Tibble never drops dimensions — `df[, 1]` stays tibble - Tibble prints better — shows type, doesn't flood console - `as_tibble()` to convert — from `tibble` or `dplyr` package ## Assignment
- Confidence
- 80% confidence
- Finding
- Output size or generation rate is not bounded. Unbounded output enables denial-of-service through resource exhaustion, log flooding, or context-window stuffing.
