Skip to main content

Histograms

As part of loading data into a DataFrame, SQL Frames automatically identifies data types and also the data distribution. For categorical fields, it identifies whether they are ad-hoc or is based on a list of values. The histogram of such categorical fields can be displayed using stats.histogram() API.

Loading...