# Generate column summary for inspection

When conducting data preparation or data cleaning, the first step is to inspect the data quickly and get an overview of the data quality. This step can provide some hints about how to clean up the data.&#x20;

Acho offers a feature called **`Generate Summary`** . It provides information including the data type, the number of unique values, and data distribution. It can answer the following questions:&#x20;

* Is the column identified in the correct data type?&#x20;
* How many unique values or missing values are in the column?&#x20;
* How does the data distribution look like?

You can go to any table and click the button next to the column name and then choose **`Generate Summary`.**

![](/files/-Mbx3nFRmzGP8k9ttBZ0)

Then, you can get a summary of the column with different data types(String, Integer, Float, Date, Datetime, Time, Boolean).

![](/files/-MkNpQsSxyAZOU1tcsSv)

Notice: for some specific data types(Integer, Float, Date, Datetime, Time), if the number of unique values is over 1,000,000, the chart cannot be generated.&#x20;


---

# 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.acho.io/acho-studio/data-prep-projects/generate-summary-for-data.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.
