# Data Changes

The Data Changes display how tables are impacted by data source reprofiling. This includes changes in:

* Row Count
* Popularity Score
* Importance Score

It also compares new profiling results to previous ones.

For example, if the TGT\_employees table in SQL Server has a Popularity Score that increases from 80 to 100 after re-profiling, the updated score (100) will be displayed in the "Popularity Changes" column.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXczmQ6VnvY9Bya9sKQpd_f-geRKusBcaP4CYyyFjyZ6rIWCBdLdCKZaD2zqE7_8T5QTtZrY6vMpkYIdP9q4c9cS_M2p8rpgqHQQFR4O6INJEoRtMJCxMX4dFNIRE5Sf3vR2Aa4-ZA?key=BzlNJnvBISO8F39zN66K-w" alt=""><figcaption></figcaption></figure>

### Unified View

The Unified View shows all changes to tables after re-profiling a data source. Users can filter, search, and sort by:

* Connector Name
* Schema
* Table Title
* Business Description
* Last Profiled Date

**Changes displayed for each table include:**

* **Row Count:** See how many rows have been added or removed.
* **Popularity:** Track how often users interact with the table (views, endorsements, comments, tags, queries).
* **Importance:** Understand a table's significance (0-100) based on relationships with other data.

### Drilling into Table Changes

Selecting a table name in Data Changes takes users to a detailed comparison of the table's most recent profiling session with the previous one. This comparison highlights changes in the following:

* **Profiled Date:** See when the latest profiling occurred.
* **Row Count:** Track changes in the number of table rows.
* **Popularity Score:** Understand how user interactions (views, endorsements, etc.) have changed.
* **Importance Score:** Measure the table's evolving significance (0-100) based on the relationships between data.

**Column-Level Changes:**

The comparison also shows specific changes for each table column.

* **Column position:** See if a column's order within the table has been rearranged. Differences in the number of columns between the source and the target are highlighted.
* **Maximum value:** See if the highest value in a column has changed.
* **Column position:** See if a column's order within the table has been rearranged. Differences in the number of columns between the source and the target are highlighted.
* **Column name:** Monitor if a column's name has been modified.
* **Column type:** Understand if a column's data type has been altered (e.g., from int to varchar).
* **Top values:** Track variations in a column's 50 most frequent values.
* **Null count:** Identify differences in the number of null values in a column.
* **Distinct count:** Gauge fluctuations in the number of unique values within a column.
* **Minimum value:** See if the lowest value in a column has changed.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfa2G37bmfyeyuTlh09QnlX2vaHGWnaEQo3cBCzxFGRXpbQ9m7FM8GZWlb2P_xswpDXeFWtg2RcF855b_MWlum78aTQzJ3tOVkhdt8IHGykefg0_4aEDyfmQrsKJovjENw3U5Cpug?key=Ra62vBbjjiOZ5ytjpoQ3PYTf" alt=""><figcaption></figcaption></figure>

<br>


---

# 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.ovaledge.com/release8.1/advanced-tools/data-and-metadata-changes/data-changes.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.
