# Summarize Column

The Summary option provides a concise overview of column values, allowing you to quickly access essential information and make informed decisions.

Let us assume you're working with a large dataset and need to review any column to identify aspects such as the number of missing entries, unique entries, or to perform a simple categorization analysis. You might want to determine the earliest and latest dates in your data, or you may need to calculate the range, average, median, or standard deviation of the column data.

The Summary option enables you to efficiently perform all these tasks and gather useful insights. Here are some details you can obtain:

* Number of empty entries/percentage of empty entries
* Number of filled-in entries/percentage of filled-in entries
* Number of unique entries/percentage of unique entries
* Earliest and the most recent date in a date column
* Date range in days or months
* Minimum value, maximum value and range
* Sum
* Average
* Median
* Standard deviation

<figure><img src="/files/PeMw9OtAr5ksM9gB9sbX" alt=""><figcaption><p>Summary</p></figcaption></figure>

In the example below, we have applied the 'Summary' option to a few columns.

<figure><img src="/files/KgoJBmhcinjx0dt43LN9" alt=""><figcaption><p>Column Summary</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.editable.io/working-with-editable/explore-data/summarize-column.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
