# Introduction

This is my handbook for data analysis, mining, cleaning, aggregating, R and possibly data science. It has been written during taking the following courses on coursera prepared by [Johns Hopkins University](https://www.coursera.org/jhu).

* [The Data Scientist’s Toolbox](https://www.coursera.org/course/datascitoolbox)
* [Getting and Cleaning Data](https://www.coursera.org/course/getdata)
* [R Programming](https://www.coursera.org/course/rprog)

Why "hidden" data scientest? It is inspired by [pioneer hidden scientist](https://www.youtube.com/watch?v=vw1tkFSRSTM).

If you are a developer able to write code in Java or similar language and work with databases, you might find this handbook useful and un-hide your data scientist potential.

Everything in this handbook is meant to be a quick learning material. There is no deep explanation of R language or anything else like that. But there are many examples with minimum information and many external references to study.


---

# 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://ondrej-kvasnovsky-2.gitbook.io/handbook-of-hidden-data-scientist/master.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.
