District and monthly peak power demand, energy consumption, and supply data from Maharashtra State Electricity Distribution Company Limited. Tracks agricultural, industrial, commercial, and domestic consumption patterns across Maharashtra.
# MSEDCL power consumption data
import pandas as pd
print('MSEDCL: https://www.mahadiscom.in/')
print('Power demand and consumption data for Maharashtra')| Field | Type | Description |
|---|---|---|
| zone | string | MSEDCL zone name |
| consumer_category | string | Consumer type (residential, commercial, industrial, agricultural) |
| consumption_mu | float | Energy consumption in million units |
| month | string | Billing month |