CUR enrichment

Output format

The columns, format and location of your enriched data.

What comes back

Enrichment returns your billing data with sustainability columns appended. Every original column is preserved exactly as provided, and the row count never changes: enrichment only adds columns.

Added columns

ColumnDescriptionUnit
estimate_categoryGreenpixie's category label for the line itemn/a
usage_electricity_consumption_kwhElectricity consumption, including data centre facility overheadkWh
usage_emissions_tonnes_co2eUsage (operational) emissionstonnes CO₂e
manufacturing_emissions_tonnes_co2eEmbodied (manufacturing) emissionstonnes CO₂e
total_combined_emissions_tonnes_co2eUsage + embodied emissions combinedtonnes CO₂e
water_consumption_cooling_litresWater consumed cooling the data centrelitres
water_consumption_electricity_production_litresWater consumed generating the electricitylitres

How each value is calculated is documented in the Cloud methodology; see Assessment and Calculation for the calculation components behind each column.

File format

Output files are written in the same format as your input files (.csv, .csv.gz, .parquet, .snappy.parquet).

Where output lands

Enriched files are written to your output directory, mirroring the structure of your input data:

<bucket_container_name> / input  / <platform> / <account_id> / <year_month> / billing-part-0000.parquet
<bucket_container_name> / output / <platform> / <account_id> / <year_month> / billing-part-0000.parquet

The same mirroring applies to the partner directory structure.

On this page