> For the complete documentation index, see [llms.txt](https://docs.dat-hub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dat-hub.com/overview/core-concepts/structured-and-unstructured-data.md).

# Structured and Unstructured data

## Structured Data

Structured data refers to any data that is organized in a fixed format, such as rows and columns. This organization makes it easier to access, query, and analyze the data efficiently.&#x20;

Examples of structured data include tables in relational databases, spreadsheets in applications like Excel, and specialized formats in data warehouses.&#x20;

Structured data is often stored in databases because it provides a high level of consistency, integrity, and accuracy. These databases utilize schemas to define the data structure rigorously, ensuring reliable data retrieval and manipulation.&#x20;

With structured data, organizations can perform efficient data analytics, generate reports, and uncover insights with relative ease, making it a critical component in data management and business intelligence activities.

## Unstructured Data

Unstructured data does not conform to the traditional row-column database format. Lacking a predefined structure, it greatly contrasts with the highly organized nature of structured data.&#x20;

While this absence of structure provides significant flexibility in terms of data types and formats, it presents considerable challenges in management, storage, and analysis.&#x20;

Traditional data processing tools and techniques often struggle to handle unstructured data efficiently. Consequently, specialized tools and methods are required to analyze and derive meaningful insights from it.

This type of data includes various forms such as text documents, emails, social media posts, images, videos, and audio files. For instance, customer reviews in text format contain valuable insights that require text analysis techniques to extract meaningful information.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dat-hub.com/overview/core-concepts/structured-and-unstructured-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
