# Visualizing Temporal Data

Temporal data is data in which values depend on time and time is explicitly recorded.

Some datasets that have temporal data include:

* business
* natural phenomena
* behavior/movement
* traffic/mobility
* finance
* medical/healthcare

In general, there are 2 types of temporal data:

1. **Event Data**: Every object in the data represents an event. It is described using time+attributes.\
   Event data is usually of the form *"something happened at time T"*\
   Examples: incidents, tweets, messages etc.
2. **Measurement Data**: It is described as time+measure(s). It is of the form *"This value at time T"*.\
   Examples: temperature, stock values, revenue etc.


---

# 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://vikram-bajaj.gitbook.io/cs-gy-6313-information-visualization/visualizing-temporal-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.
