The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 11 new columns ({'date', 'home_load_kwh', 'solar_generation_kwh', 'grid_import_kwh', 'grid_export_kwh', 'battery_charge_kwh', 'battery_discharge_kwh', 'bill_without_system_usd', 'customer_savings_usd', 'state_of_charge_end_pct', 'bill_with_system_usd'}) and 8 missing columns ({'overage_kwh', 'contract_id', 'billing_month', 'net_customer_value_usd', 'subscription_payment_usd', 'utility_bill_with_system_usd', 'vpp_credits_usd', 'utility_bill_without_system_usd'}).
This happened while the csv dataset builder was generating data using
hf://datasets/solsticestudioai/solstice-residential-energy-pack/daily_generation_consumption.csv (at revision c95286dd9ab7fbb6fc97f0c4e5c1284b9d19adca), [/tmp/hf-datasets-cache/medium/datasets/54604645778575-config-parquet-and-info-solsticestudioai-solstice-12101642/hub/datasets--solsticestudioai--solstice-residential-energy-pack/snapshots/c95286dd9ab7fbb6fc97f0c4e5c1284b9d19adca/billing_and_savings.csv (origin=hf://datasets/solsticestudioai/solstice-residential-energy-pack@c95286dd9ab7fbb6fc97f0c4e5c1284b9d19adca/billing_and_savings.csv), /tmp/hf-datasets-cache/medium/datasets/54604645778575-config-parquet-and-info-solsticestudioai-solstice-12101642/hub/datasets--solsticestudioai--solstice-residential-energy-pack/snapshots/c95286dd9ab7fbb6fc97f0c4e5c1284b9d19adca/daily_generation_consumption.csv (origin=hf://datasets/solsticestudioai/solstice-residential-energy-pack@c95286dd9ab7fbb6fc97f0c4e5c1284b9d19adca/daily_generation_consumption.csv), /tmp/hf-datasets-cache/medium/datasets/54604645778575-config-parquet-and-info-solsticestudioai-solstice-12101642/hub/datasets--solsticestudioai--solstice-residential-energy-pack/snapshots/c95286dd9ab7fbb6fc97f0c4e5c1284b9d19adca/dashboard_suggestions.csv (origin=hf://datasets/solsticestudioai/solstice-residential-energy-pack@c95286dd9ab7fbb6fc97f0c4e5c1284b9d19adca/dashboard_suggestions.csv), /tmp/hf-datasets-cache/medium/datasets/54604645778575-config-parquet-and-info-solsticestudioai-solstice-12101642/hub/datasets--solsticestudioai--solstice-residential-energy-pack/snapshots/c95286dd9ab7fbb6fc97f0c4e5c1284b9d19adca/dispatch_events.csv (origin=hf://datasets/solsticestudioai/solstice-residential-energy-pack@c95286dd9ab7fbb6fc97f0c4e5c1284b9d19adca/dispatch_events.csv), /tmp/hf-datasets-cache/medium/datasets/54604645778575-config-parquet-and-info-solsticestudioai-solstice-12101642/hub/datasets--solsticestudioai--solstice-residential-energy-pack/snapshots/c95286dd9ab7fbb6fc97f0c4e5c1284b9d19adca/households.csv (origin=hf://datasets/solsticestudioai/solstice-residential-energy-pack@c95286dd9ab7fbb6fc97f0c4e5c1284b9d19adca/households.csv), /tmp/hf-datasets-cache/medium/datasets/54604645778575-config-parquet-and-info-solsticestudioai-solstice-12101642/hub/datasets--solsticestudioai--solstice-residential-energy-pack/snapshots/c95286dd9ab7fbb6fc97f0c4e5c1284b9d19adca/metric_definitions.csv (origin=hf://datasets/solsticestudioai/solstice-residential-energy-pack@c95286dd9ab7fbb6fc97f0c4e5c1284b9d19adca/metric_definitions.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2281, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2227, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
date: string
household_id: string
solar_generation_kwh: double
home_load_kwh: double
grid_import_kwh: double
grid_export_kwh: double
battery_charge_kwh: double
battery_discharge_kwh: double
state_of_charge_end_pct: double
bill_without_system_usd: double
bill_with_system_usd: double
customer_savings_usd: double
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1881
to
{'billing_month': Value('string'), 'household_id': Value('string'), 'contract_id': Value('string'), 'utility_bill_without_system_usd': Value('float64'), 'utility_bill_with_system_usd': Value('float64'), 'subscription_payment_usd': Value('float64'), 'vpp_credits_usd': Value('float64'), 'net_customer_value_usd': Value('float64'), 'overage_kwh': Value('float64')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 11 new columns ({'date', 'home_load_kwh', 'solar_generation_kwh', 'grid_import_kwh', 'grid_export_kwh', 'battery_charge_kwh', 'battery_discharge_kwh', 'bill_without_system_usd', 'customer_savings_usd', 'state_of_charge_end_pct', 'bill_with_system_usd'}) and 8 missing columns ({'overage_kwh', 'contract_id', 'billing_month', 'net_customer_value_usd', 'subscription_payment_usd', 'utility_bill_with_system_usd', 'vpp_credits_usd', 'utility_bill_without_system_usd'}).
This happened while the csv dataset builder was generating data using
hf://datasets/solsticestudioai/solstice-residential-energy-pack/daily_generation_consumption.csv (at revision c95286dd9ab7fbb6fc97f0c4e5c1284b9d19adca), [/tmp/hf-datasets-cache/medium/datasets/54604645778575-config-parquet-and-info-solsticestudioai-solstice-12101642/hub/datasets--solsticestudioai--solstice-residential-energy-pack/snapshots/c95286dd9ab7fbb6fc97f0c4e5c1284b9d19adca/billing_and_savings.csv (origin=hf://datasets/solsticestudioai/solstice-residential-energy-pack@c95286dd9ab7fbb6fc97f0c4e5c1284b9d19adca/billing_and_savings.csv), /tmp/hf-datasets-cache/medium/datasets/54604645778575-config-parquet-and-info-solsticestudioai-solstice-12101642/hub/datasets--solsticestudioai--solstice-residential-energy-pack/snapshots/c95286dd9ab7fbb6fc97f0c4e5c1284b9d19adca/daily_generation_consumption.csv (origin=hf://datasets/solsticestudioai/solstice-residential-energy-pack@c95286dd9ab7fbb6fc97f0c4e5c1284b9d19adca/daily_generation_consumption.csv), /tmp/hf-datasets-cache/medium/datasets/54604645778575-config-parquet-and-info-solsticestudioai-solstice-12101642/hub/datasets--solsticestudioai--solstice-residential-energy-pack/snapshots/c95286dd9ab7fbb6fc97f0c4e5c1284b9d19adca/dashboard_suggestions.csv (origin=hf://datasets/solsticestudioai/solstice-residential-energy-pack@c95286dd9ab7fbb6fc97f0c4e5c1284b9d19adca/dashboard_suggestions.csv), /tmp/hf-datasets-cache/medium/datasets/54604645778575-config-parquet-and-info-solsticestudioai-solstice-12101642/hub/datasets--solsticestudioai--solstice-residential-energy-pack/snapshots/c95286dd9ab7fbb6fc97f0c4e5c1284b9d19adca/dispatch_events.csv (origin=hf://datasets/solsticestudioai/solstice-residential-energy-pack@c95286dd9ab7fbb6fc97f0c4e5c1284b9d19adca/dispatch_events.csv), /tmp/hf-datasets-cache/medium/datasets/54604645778575-config-parquet-and-info-solsticestudioai-solstice-12101642/hub/datasets--solsticestudioai--solstice-residential-energy-pack/snapshots/c95286dd9ab7fbb6fc97f0c4e5c1284b9d19adca/households.csv (origin=hf://datasets/solsticestudioai/solstice-residential-energy-pack@c95286dd9ab7fbb6fc97f0c4e5c1284b9d19adca/households.csv), /tmp/hf-datasets-cache/medium/datasets/54604645778575-config-parquet-and-info-solsticestudioai-solstice-12101642/hub/datasets--solsticestudioai--solstice-residential-energy-pack/snapshots/c95286dd9ab7fbb6fc97f0c4e5c1284b9d19adca/metric_definitions.csv (origin=hf://datasets/solsticestudioai/solstice-residential-energy-pack@c95286dd9ab7fbb6fc97f0c4e5c1284b9d19adca/metric_definitions.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
billing_month string | household_id string | contract_id string | utility_bill_without_system_usd float64 | utility_bill_with_system_usd float64 | subscription_payment_usd float64 | vpp_credits_usd float64 | net_customer_value_usd float64 | overage_kwh float64 |
|---|---|---|---|---|---|---|---|---|
2025-01 | H000001 | C-000001 | 308.71 | 9.79 | 139.94 | 0 | 158.98 | 108.94 |
2025-02 | H000001 | C-000001 | 291.16 | 8.35 | 139.94 | 0 | 142.87 | 96.51 |
2025-03 | H000001 | C-000001 | 330.24 | 6.54 | 139.94 | 0 | 183.76 | 124.18 |
2025-04 | H000001 | C-000001 | 318.79 | 2.66 | 139.94 | 0 | 176.19 | 116.07 |
2025-05 | H000001 | C-000001 | 335.24 | 1.23 | 139.94 | 0 | 194.07 | 127.72 |
2025-06 | H000001 | C-000001 | 324.85 | 0.48 | 139.94 | 0 | 184.43 | 120.36 |
2025-01 | H000002 | C-000002 | 188.06 | 26.79 | 209.03 | 8.35 | -39.41 | 59.17 |
2025-02 | H000002 | C-000002 | 183.35 | 23.56 | 209.03 | 3.8 | -45.44 | 56.36 |
2025-03 | H000002 | C-000002 | 219.9 | 28.43 | 209.03 | 7 | -10.56 | 78.18 |
2025-04 | H000002 | C-000002 | 230.05 | 29.85 | 209.03 | 5.51 | -3.32 | 84.24 |
2025-05 | H000002 | C-000002 | 249.06 | 26.97 | 209.03 | 6.8 | 19.86 | 95.59 |
2025-06 | H000002 | C-000002 | 241.74 | 25.84 | 209.03 | 1.33 | 8.2 | 91.22 |
2025-01 | H000003 | C-000003 | 369.95 | 58.83 | 201.35 | 0 | 109.77 | 91.23 |
2025-02 | H000003 | C-000003 | 337.72 | 55.36 | 201.35 | 0 | 81.01 | 77.94 |
2025-03 | H000003 | C-000003 | 433.36 | 69.28 | 201.35 | 0 | 162.73 | 117.38 |
2025-04 | H000003 | C-000003 | 460.01 | 69.08 | 201.35 | 0 | 189.58 | 128.37 |
2025-05 | H000003 | C-000003 | 488.18 | 81 | 201.35 | 0 | 205.83 | 139.98 |
2025-06 | H000003 | C-000003 | 443.86 | 72.86 | 201.35 | 0 | 169.65 | 121.71 |
2025-01 | H000004 | C-000004 | 347.78 | 89.08 | 183.6 | 6.67 | 81.77 | 119.18 |
2025-02 | H000004 | C-000004 | 335.7 | 80.57 | 183.6 | 7.9 | 79.43 | 113.87 |
2025-03 | H000004 | C-000004 | 416.35 | 111.16 | 183.6 | 2.48 | 124.07 | 149.32 |
2025-04 | H000004 | C-000004 | 428.42 | 106.17 | 183.6 | 4.97 | 143.62 | 154.62 |
2025-05 | H000004 | C-000004 | 459.3 | 117.27 | 183.6 | 4.1 | 162.53 | 168.2 |
2025-06 | H000004 | C-000004 | 424.51 | 119.84 | 183.6 | 1.33 | 122.4 | 152.9 |
2025-01 | H000005 | C-000005 | 212.49 | 16.77 | 87.43 | 0 | 108.29 | 16.57 |
2025-02 | H000005 | C-000005 | 209.26 | 18.09 | 87.43 | 0 | 103.74 | 15.43 |
2025-03 | H000005 | C-000005 | 238.58 | 13.55 | 87.43 | 0 | 137.6 | 25.76 |
2025-04 | H000005 | C-000005 | 230.32 | 8.55 | 87.43 | 0 | 134.34 | 22.85 |
2025-05 | H000005 | C-000005 | 231.63 | 4.57 | 87.43 | 0 | 139.63 | 23.31 |
2025-06 | H000005 | C-000005 | 207.91 | 2.58 | 87.43 | 0 | 117.9 | 14.95 |
2025-01 | H000006 | C-000006 | 310.09 | 27.67 | 144.75 | 7.15 | 144.82 | 81.86 |
2025-02 | H000006 | C-000006 | 314.36 | 28.73 | 144.75 | 3.51 | 144.39 | 83.71 |
2025-03 | H000006 | C-000006 | 393.21 | 35.81 | 144.75 | 6.52 | 219.17 | 117.99 |
2025-04 | H000006 | C-000006 | 414.41 | 36.69 | 144.75 | 1.94 | 234.91 | 127.21 |
2025-05 | H000006 | C-000006 | 425.36 | 33.66 | 144.75 | 1.9 | 248.85 | 131.97 |
2025-06 | H000006 | C-000006 | 424.32 | 31.15 | 144.75 | 6.32 | 254.74 | 131.52 |
2025-01 | H000007 | C-000007 | 286.28 | 34.11 | 202.25 | 5.27 | 55.19 | 62.26 |
2025-02 | H000007 | C-000007 | 273.62 | 30.51 | 202.25 | 4.39 | 45.25 | 56.96 |
2025-03 | H000007 | C-000007 | 297.2 | 30.73 | 202.25 | 3.59 | 67.81 | 66.84 |
2025-04 | H000007 | C-000007 | 337.56 | 34.47 | 202.25 | 7.17 | 108.01 | 83.74 |
2025-05 | H000007 | C-000007 | 333.3 | 25.44 | 202.25 | 6.02 | 111.63 | 81.96 |
2025-06 | H000007 | C-000007 | 306.3 | 23.63 | 202.25 | 5.06 | 85.48 | 70.65 |
2025-01 | H000008 | C-000008 | 177.34 | 19.84 | 90.09 | 3.74 | 71.15 | 25.77 |
2025-02 | H000008 | C-000008 | 175.03 | 17.92 | 89.96 | 5.19 | 72.34 | 24.4 |
2025-03 | H000008 | C-000008 | 200.18 | 19.84 | 91.38 | 6.94 | 95.9 | 39.41 |
2025-04 | H000008 | C-000008 | 216.92 | 19.2 | 92.33 | 0 | 105.39 | 49.4 |
2025-05 | H000008 | C-000008 | 244.26 | 19.84 | 93.88 | 9.39 | 139.93 | 65.73 |
2025-06 | H000008 | C-000008 | 231.34 | 18.56 | 93.15 | 3.65 | 123.28 | 58.01 |
2025-01 | H000009 | C-000009 | 298.98 | 12.8 | 116.85 | 3.58 | 172.91 | 5.36 |
2025-02 | H000009 | C-000009 | 294.57 | 11.36 | 116.85 | 4.8 | 171.16 | 3.54 |
2025-03 | H000009 | C-000009 | 349.25 | 11.95 | 116.85 | 6.91 | 227.36 | 26.09 |
2025-04 | H000009 | C-000009 | 397.63 | 12.25 | 116.85 | 5.6 | 274.13 | 46.04 |
2025-05 | H000009 | C-000009 | 433.96 | 10.06 | 116.85 | 3.27 | 310.32 | 61.02 |
2025-06 | H000009 | C-000009 | 385.25 | 8.71 | 116.85 | 9.33 | 269.02 | 40.93 |
2025-01 | H000010 | C-000010 | 269.93 | 20.7 | 146.95 | 0 | 102.28 | 73.98 |
2025-02 | H000010 | C-000010 | 295.03 | 24.14 | 149.12 | 0 | 121.77 | 87.36 |
2025-03 | H000010 | C-000010 | 370.49 | 29.36 | 155.64 | 0 | 185.49 | 127.61 |
2025-04 | H000010 | C-000010 | 377.05 | 28.97 | 156.21 | 0 | 191.87 | 131.11 |
2025-05 | H000010 | C-000010 | 407.69 | 28.2 | 158.86 | 0 | 220.63 | 147.45 |
2025-06 | H000010 | C-000010 | 399.61 | 26.5 | 158.16 | 0 | 214.95 | 143.14 |
2025-01 | H000011 | C-000011 | 228.58 | 5.82 | 143.87 | 1.5 | 80.39 | 0 |
2025-02 | H000011 | C-000011 | 211.91 | 2.91 | 143.87 | 0 | 65.13 | 0 |
2025-03 | H000011 | C-000011 | 244.1 | 1.21 | 143.87 | 3.38 | 102.4 | 0 |
2025-04 | H000011 | C-000011 | 239.88 | 0.67 | 143.87 | 3.77 | 99.11 | 0 |
2025-05 | H000011 | C-000011 | 231.87 | 0 | 143.87 | 2.06 | 90.06 | 0 |
2025-06 | H000011 | C-000011 | 233.96 | 0 | 143.87 | 5.9 | 95.99 | 0 |
2025-01 | H000012 | C-000012 | 269.1 | 22.15 | 149.27 | 4.27 | 101.95 | 41.13 |
2025-02 | H000012 | C-000012 | 252.39 | 20.34 | 148.2 | 1.41 | 85.26 | 33.87 |
2025-03 | H000012 | C-000012 | 326.42 | 23.74 | 152.93 | 3.94 | 153.69 | 66.06 |
2025-04 | H000012 | C-000012 | 326.25 | 21.51 | 152.92 | 1.75 | 153.57 | 65.98 |
2025-05 | H000012 | C-000012 | 363.1 | 23.1 | 155.27 | 3.06 | 187.79 | 82 |
2025-06 | H000012 | C-000012 | 354.55 | 21.18 | 154.73 | 2.17 | 180.81 | 78.29 |
2025-01 | H000013 | C-000013 | 345.77 | 23.66 | 142.48 | 0.9 | 180.53 | 66.39 |
2025-02 | H000013 | C-000013 | 324.58 | 22.12 | 142.48 | 6.92 | 166.9 | 57.52 |
2025-03 | H000013 | C-000013 | 360.62 | 23.11 | 142.48 | 4.8 | 199.83 | 72.61 |
2025-04 | H000013 | C-000013 | 373.78 | 22.2 | 142.48 | 7.43 | 216.53 | 78.12 |
2025-05 | H000013 | C-000013 | 393.33 | 22.16 | 142.48 | 2 | 230.69 | 86.31 |
2025-06 | H000013 | C-000013 | 351.16 | 19.25 | 142.48 | 7.47 | 196.9 | 68.65 |
2025-01 | H000014 | C-000014 | 217.65 | 13.88 | 144.53 | 4.37 | 63.61 | 80.74 |
2025-02 | H000014 | C-000014 | 217.2 | 12.34 | 144.53 | 3.89 | 64.22 | 80.42 |
2025-03 | H000014 | C-000014 | 253.4 | 14 | 144.53 | 7.76 | 102.63 | 105.82 |
2025-04 | H000014 | C-000014 | 280.52 | 14.33 | 144.53 | 4.19 | 125.85 | 124.86 |
2025-05 | H000014 | C-000014 | 296.93 | 13.52 | 144.53 | 8.66 | 147.54 | 136.37 |
2025-06 | H000014 | C-000014 | 290.73 | 12.63 | 144.53 | 6.27 | 139.84 | 132.02 |
2025-01 | H000015 | C-000015 | 413.6 | 72.45 | 119.01 | 0 | 222.14 | 110.08 |
2025-02 | H000015 | C-000015 | 378.37 | 65.24 | 119.01 | 0 | 194.12 | 95.55 |
2025-03 | H000015 | C-000015 | 475.26 | 86.39 | 119.01 | 0 | 269.86 | 135.5 |
2025-04 | H000015 | C-000015 | 486.11 | 86.61 | 119.01 | 0 | 280.49 | 139.98 |
2025-05 | H000015 | C-000015 | 515.3 | 77.05 | 119.01 | 0 | 319.24 | 152.01 |
2025-06 | H000015 | C-000015 | 483.27 | 74.58 | 119.01 | 0 | 289.68 | 138.81 |
2025-01 | H000016 | C-000016 | 333.88 | 11.79 | 134.25 | 2.09 | 189.93 | 77.84 |
2025-02 | H000016 | C-000016 | 327.57 | 10.72 | 134.25 | 6.45 | 189.05 | 74.48 |
2025-03 | H000016 | C-000016 | 387.62 | 11.58 | 134.25 | 5.61 | 247.4 | 106.5 |
2025-04 | H000016 | C-000016 | 391.03 | 10.87 | 134.25 | 3.2 | 249.11 | 108.32 |
2025-05 | H000016 | C-000016 | 438.7 | 11.12 | 134.25 | 5.7 | 299.03 | 133.75 |
2025-06 | H000016 | C-000016 | 419.55 | 9.84 | 134.25 | 4.31 | 279.77 | 123.53 |
2025-01 | H000017 | C-000017 | 259.29 | 16.03 | 114.37 | 0 | 128.89 | 11.67 |
2025-02 | H000017 | C-000017 | 235.43 | 14.15 | 114.37 | 0 | 106.91 | 3.26 |
2025-03 | H000017 | C-000017 | 252.82 | 15.69 | 114.37 | 0 | 122.76 | 9.39 |
2025-04 | H000017 | C-000017 | 258.33 | 15.3 | 114.37 | 0 | 128.66 | 11.33 |
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
license: cc-by-4.0
task_categories:
tabular-classification
tabular-regression
time-series-forecasting
language:
- en
tags:
synthetic
energy
solar
battery
residential-energy
vpp
virtual-power-plant
distributed-energy
tariff-modeling
outage-resilience
analytics
tabular
pretty_name: Solstice Residential Energy Pack
size_categories:
- 100K<n<1M
configs:
config_name: households
data_files:
split: train
path: households.csv
config_name: daily_generation_consumption
data_files:
split: train
path: daily_generation_consumption.csv
config_name: dispatch_events
data_files:
split: train
path: dispatch_events.csv
config_name: billing_and_savings
data_files:
split: train
path: billing_and_savings.csv
config_name: metric_definitions
data_files:
split: train
path: metric_definitions.csv
config_name: dashboard_suggestions
data_files:
split: train
path: dashboard_suggestions.csv
Solstice Residential Energy Pack (Sample)
A synthetic residential solar-plus-storage operations dataset for VPP dispatch, tariff-aware savings, billing, and outage resilience. This sample is designed for product demos, analytics workflows, dashboard prototyping, and AI model validation where real customer or utility data is unavailable or too sensitive to use.
Built by SolsticeAI as a free sample of a larger commercial pack. 100% synthetic. No real customer, meter, or utility records.
What is included
| File | Rows | Grain | Purpose |
|---|---:|---|---|
| households.csv | 500 | household | Household archetypes, geography, electrification, and outage risk |
| daily_generation_consumption.csv | 90,000 | date x household | Load, solar generation, import/export, battery usage, and daily savings |
| dispatch_events.csv | 5,819 | dispatch event | Requested vs delivered dispatch, participation, incentives, and grid value |
| billing_and_savings.csv | 3,000 | month x household | Counterfactual bills, subscription payments, credits, and net customer value |
| metric_definitions.csv | 3 | metric | Metric formulas and table-level documentation |
| dashboard_suggestions.csv | 3 | chart | Starter dashboard recipes for product and analytics teams |
Coverage: USA
Period: 6 months (2025-01-01 to 2025-06-29)
Join key: household_id
Formats in this sample repo: CSV
Why this dataset is useful
Most public solar or energy datasets are either too generic, too narrow, or detached from the operating model of a residential energy business. This sample is shaped around the questions a solar-plus-storage platform, VPP operator, DERMS vendor, or energy analytics team actually cares about:
Which household profiles create the highest dispatch value?
How much do tariff design and load shape affect savings?
Which homes deliver the most outage resilience value?
How reliable is dispatch participation across a residential fleet?
How do billing, credits, and contract economics affect customer value?
What makes the sample credible
Stable relational keys and business-readable tables
Daily operational energy facts rather than flat summary rows
Dispatch, billing, and savings data tied to the same household base
Structured for dashboarding, workflow testing, demos, and model development
Synthetic by design, so it can be shared safely across internal and external teams
Typical use cases
Residential energy product demos
VPP dispatch and participation analytics
Tariff-aware savings analysis
Billing workflow and customer-value testing
Outage resilience reporting
AI model validation on structured energy operations data
Dashboard and BI template development
Quick start
import pandas as pd
households = pd.read_csv("households.csv")
daily = pd.read_csv("daily_generation_consumption.csv", parse_dates=["date"])
dispatch = pd.read_csv("dispatch_events.csv", parse_dates=["date"])
billing = pd.read_csv("billing_and_savings.csv")
# Example: average savings by state
savings_by_state = (
daily.merge(households[["household_id", "state"]], on="household_id", how="left")
.groupby("state")["customer_savings_usd"]
.mean()
.reset_index()
)
Schema
See SCHEMA.md for the full field definitions and pack design.
See manifest.json for sample generation metadata and row counts.
License
Released under CC BY 4.0. Use freely for demos, internal tooling, research, education, and commercial prototyping with attribution.
Synthetic data only. No real customer, patient, meter, or utility information.
Get the full pack
This Hugging Face repo is a 500-household, 6-month sample. The production pack scales to 5,000–25,000+ households, 12+ month historical windows, additional tables (tariffs, outage events, service tickets, contracts, installations, enrollment, portfolio KPIs), CSV and Parquet delivery, and buyer-specific variants.
Self-serve (Stripe checkout):
- Sample Scale tier — $5,000 — ~25K records, one subject, 72-hour delivery.
Full pack + enterprise scope:
- www.solsticestudio.ai/datasets — per-SKU pricing across Starter / Professional / Enterprise tiers, plus commercial licensing, custom generation, and buyer-specific variants.
Procurement catalog:
- SolsticeAI Data Storefront — available via Datarade / Monda.
Citation
@dataset{solstice_residential_energy_pack_2026,
title = {Solstice Residential Energy Pack (Sample)},
author = {SolsticeAI},
year = {2026},
publisher = {Hugging Face},
url = {https://huggingface.co/datasets/solsticestudioai/solstice-residential-energy-pack}
}
- Downloads last month
- 41