Knowledge Base Article

Display df.describe() Output In A Dataframe

The .describe() function in Python is really handy for exploratory analysis! Sometimes, you would want to display this as a table on a dashboard, but how? The output is typically printed out as text...
Updated 03-02-2023