# 4.1 What to do with disorganised data?

<figure><img src="/files/0wnxqh4K2gYFZoPTWaYo" alt=""><figcaption><p>Organising data </p></figcaption></figure>

In this lesson we will focus on one of the most important parts of data-driven storytelling, but also the place where most mistakes are made.

* We will learn how to handle data and here we encounter the problem of the human interacting with the original information.
* Sometimes cleaning alone can take 40% or 60% of the time required by the entire data pipeline process.&#x20;
* We will focus on some cleaning techniques and develop and understanding of the logic behind them.
* Identify which variables in the data we are interested in because getting into the titanic task of cleaning it all might not be necessary. And time is an asset we cannot waste.


---

# 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://openup.gitbook.io/training-content/the-fundamentals-of-data-driven-storytelling/module-4-clean/4.1-what-to-do-with-disorganised-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.
