pdstools.valuefinder.Plots¶
Attributes¶
Classes¶
Module Contents¶
- logger¶
- COLORSCALE_TYPES¶
- Figure¶
- T¶
- P¶
- class Plots(vf: pdstools.valuefinder.ValueFinder.ValueFinder)¶
Bases:
pdstools.utils.namespaces.LazyNamespace- Parameters:
- dependencies = ['plotly']¶
- vf¶
- funnel_chart(by: str, query: pdstools.utils.types.QUERY | None = None, return_df: Literal[False] = False) Figure¶
- funnel_chart(by: str, query: pdstools.utils.types.QUERY | None = None, return_df: Literal[True] = True) polars.LazyFrame
- pie_charts(*, thresholds: collections.abc.Iterable[float] | None = None, quantiles: collections.abc.Iterable[float] | None = None, rounding: int = 3)¶
- Parameters:
thresholds (collections.abc.Iterable[float] | None)
quantiles (collections.abc.Iterable[float] | None)
rounding (int)
- distribution_per_threshold(*, thresholds: collections.abc.Iterable[float] | None = None, quantiles: collections.abc.Iterable[float] | None = None, rounding: int = 3)¶
- Parameters:
thresholds (collections.abc.Iterable[float] | None)
quantiles (collections.abc.Iterable[float] | None)
rounding (int)