1️⃣ Transform Numeric¶
compute_linear_regression_coefficients
: Returns linear regression coefficients fromx
,y
columns.format_percentage
: Returnfirst_number / second_number
as a formatted percentagenps
: Returns the NPS (Net Promoter Score)quantize_into_bins
: Get thebin_range
in which belongsvalue
quantize_into_bins_with_labels
: Get thelabel
of the bin in which belongsvalue
quantize_into_fixed_width_bins
: Get thebin_range
in which belongsvalue
weighted_average
: Returns the weigthed average elements.