plot_cumulative
Create a cumulative distribution plot that reveals the percentage of data falling below each value, enabling threshold analysis.
Instructions
Cumulative distribution function (CDF) plot. Shows what percentage of data falls below each value. Useful for understanding thresholds. Example: plot_cumulative(column="Revenue")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| column | Yes | ||
| df_name | No | ||
| save_path | No |