# Live TV Events Notebooks

These guides consist of the following three notebooks:

* [**Part 1: Data Engineering:**](https://github.com/predicthq/phq-data-science-docs/blob/master/live-tv-events/part_1_data_engineering.ipynb) shows you how you could call the Live TV Events Broadcast API to extract data to a DataFrame.
* [**Part 2: Data Exploration**](https://github.com/predicthq/phq-data-science-docs/blob/master/live-tv-events/part_2_data_exploration.ipynb) provides a guide to exploring PredictHQ's Live TV Events data for Data Science teams.
* [**Part 3: Feature Engineering**](https://github.com/predicthq/phq-data-science-docs/blob/master/live-tv-events/part_3_feature_engineering.ipynb) provides examples of how to aggregate and extract features from the data.

{% embed url="<https://www.youtube.com/watch?v=YfE7tfuFGS0>" %}
Walk through the TV Events Jupyter Notebook with Data Scientist Andrew Walker - Part 1
{% endembed %}

{% embed url="<https://www.youtube.com/watch?v=pv1oPK1l4Ok>" %}
Walk through the TV Events Jupyter Notebook with Data Scientist Andrew Walker - Part 2
{% endembed %}


---

# 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.predicthq.com/getting-started/guides/live-tv-event-guides/live-tv-events-data-science-guides.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.
