> For the complete documentation index, see [llms.txt](https://knowledge.aterio.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.aterio.io/data-products/data-centers/datasets/estimated-power-consumption.md).

# Estimated Power Consumption

This table tracks estimated power consumption in the data center industry, providing insights into energy usage trends and capacity changes.

### Schema Overview

<table><thead><tr><th width="505">Field</th><th>Type</th><th width="687">Description</th></tr></thead><tbody><tr><td><strong>ATERIO_DATA_CENTER_UID (PK)</strong></td><td>String</td><td>Unique identifier for each data center, used to track and reference facilities across various datasets.</td></tr><tr><td>DATA_CENTER_CAMPUS_NAME</td><td>String</td><td>Name of the campus or complex where the data center is situated, if applicable.</td></tr><tr><td>DATA_CENTER_BUILDING_NAME</td><td>String</td><td>Name of the building where the data center is located.</td></tr><tr><td>ATERIO_PROVIDER_UID</td><td>String</td><td>Unique identifier for the data center provider in our systems.</td></tr><tr><td>PROVIDER_NAME</td><td>String</td><td>Name of the company or entity that owns or operates the data center.</td></tr><tr><td>ATERIO_ELECTRICAL_SUBSTATION_UID</td><td>String</td><td>Unique identifier for each electrical substation.</td></tr><tr><td>SUBSTATION_NAME</td><td>String</td><td>Name of the electrical substation</td></tr><tr><td>ATERIO_ELECTRICAL_UTILITY_UID</td><td>String</td><td>Unique identifier for each electrical utility company.</td></tr><tr><td>UTILITY_NAME</td><td>String</td><td>Name of the electrical utility provider.</td></tr><tr><td>UTILITY_CODE</td><td>String</td><td>Code representing the electrical utility.</td></tr><tr><td><strong>DATE (PK)</strong></td><td>Date</td><td>First day of the month, representing the reporting period.</td></tr><tr><td>MONTH</td><td>String</td><td>Month corresponding to the reporting period (format: YYYY-MM)</td></tr><tr><td>TOT_POWER_CAPACITY_MW</td><td>Float</td><td>Total power capacity of the data center (MW).</td></tr><tr><td>TOT_SUBSTATION_LOAD_MW</td><td>Float</td><td>Total load on the substation (MW).</td></tr><tr><td>TOT_DATA_CENTER_ESTIMATED_CONSUMPTION_MW</td><td>Float</td><td>Estimated power consumption of data centers (MW).</td></tr><tr><td>UPDATED_AT</td><td>Date</td><td>The date when the last execution or process update occurred.</td></tr></tbody></table>


---

# 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://knowledge.aterio.io/data-products/data-centers/datasets/estimated-power-consumption.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.
