Describing a Series
Learn how to describe a series using SQL.
We'll cover the following
Overview
When we get a fresh data set, the first thing we usually want to do is get familiar with it. Some call this exploratory data analysis (EDA). SQL provides functions to produce descriptive statistics.
A series is a one-dimensional list of values. For example, we can use the VALUES
to produce a simple series:
Get hands-on with 1400+ tech skills courses.