$9.99
Python cohort analysis: user retention heatmaps, behavior segmentation, and time-series grouping. Understand how user behavior changes over time. Runs on Python 3.10+ stdlib only — no pip installs needed.
# Generate a retention table from event data
python cohort_tool.py --input events.json --period monthly
# Segment by user property
python cohort_tool.py --input events.json --segment plan --period weekly
# Export HTML heatmap
python cohort_tool.py --input events.json --output retention.html --format html