plot_qq
Generate a Q-Q plot to visually check if a column follows a normal distribution. Points near the diagonal indicate normality; deviations reveal skewness or heavy tails.
Instructions
Q-Q plot to visually assess if a column follows a normal distribution. Points on the diagonal = normal. Deviations show skewness or heavy tails. Use alongside normality_test for visual confirmation. Example: plot_qq(column="Revenue")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| column | Yes | ||
| df_name | No | ||
| save_path | No |