> For the complete documentation index, see [llms.txt](https://nyudatabootcamp.gitbook.io/thebook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nyudatabootcamp.gitbook.io/thebook/master.md).

# DATA BOOTCAMP

## Version 2.0

**NYU Stern**\
**Department of Economics**

## About this Book

This document was created for the [NYU Stern](http://www.stern.nyu.edu/) [Data Bootcamp course](https://nyusterndatabootcamp.github.io/NYU-Data-Bootcamp/) by a team that includes David Backus, Sarah Beckett-Hile, Chase Coleman, Spencer Lyon, and Michael Waugh. The idea is to give students experience with economic and financial data and introduce programming newbies to the benefits of moving beyond Excel. We use the Python programming language, specifically Python's data management (pandas) and graphics tools (matplotlib). If that doesn't whet your appetite, we have a [more elaborate sales pitch](https://nyusterndatabootcamp.github.io/NYU-Data-Bootcamp/faq/).

The book is primarily meant to be accessed via the internet. It comes with links, which we think is a huge advantage, and can be updated quickly. Everything available is here:

<https://nyudatabootcamp.gitbook.io/thebook/>

We welcome suggestions. Send them to [Mike Waugh](mailto:mwaugh@stern.nyu.edu). Or, even better, post an issue on our [GitHub repository](https://github.com/nyusterndatabootcamp/book/issues).

This is version was created on August 2018.

## Acknowledgements

This project was Glenn Okun's idea. He really should have done it himself, but we thank him for the idea and his ongoing support. Paul Backus, Hersh Iyer, Tinghao Li, Matt McKay, Kim Ruhl, Itamar Snir, Benjamin Zweig, contributed technical support and applications. Ian Stewart provided his usual expert advice on teaching methods. You may also notice a family resemblance to Tom Sargent and John Stachurski's [Quantitative Economics](http://quant-econ.net/), a Python- and Julia-based course in dynamic macroeconomic theory. We thank them for their advice and encouragement.

## License

This work is licensed under the Creative Commons Attribution 4.0 International License. The text of which can be found [here](https://github.com/nyusterndatabootcamp/book/blob/master/LICENSE), or, for more information about what it means, you should visit the Creative Commons [website](http://creativecommons.org/licenses/by/4.0/).


---

# 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://nyudatabootcamp.gitbook.io/thebook/master.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.
