Spaces:
Running
Running
Dataset Documentation
NASA PCoE Li-ion Battery Dataset
Source
- Repository: NASA Prognostics Center of Excellence (PCoE)
- Reference: B. Saha and K. Goebel (2007). Battery Data Set, NASA Prognostics Data Repository, NASA Ames Research Center, Moffett Field, CA
- URL: https://www.nasa.gov/content/prognostics-center-of-excellence-data-set-repository
Cells
- Type: Li-ion 18650
- Nominal capacity: 2.0 Ah
- Count: 30 batteries after cleaning (from original 36)
- Total discharge cycles: 2,678
- Sliding windows generated: 1,734 (window size = 32 cycles)
Temperature Groups (discovered in EDA)
| Group | Temperature | # Batteries | # Cycles |
|---|---|---|---|
| 1 | 4°C | 3 | ~200 |
| 2 | 22°C | 4 | ~280 |
| 3 | 24°C | 16 | ~1700 |
| 4 | 43°C | 4 | ~320 |
| 5 | 44°C | 3 | ~180 |
Note: 5 temperature groups were discovered (not 3 as originally assumed).
End-of-Life Definitions
- 30% capacity fade: 1.4 Ah (default threshold)
- 20% capacity fade: 1.6 Ah (alternative)
Cycle Types
Discharge
Columns: Voltage_measured, Current_measured, Temperature_measured, Current_load, Voltage_load, Time
Charge
Columns: Voltage_measured, Current_measured, Temperature_measured, Current_charge, Voltage_charge, Time
Impedance
Columns: Sense_current (Re + Im), Battery_current (Re + Im), Current_ratio (Re + Im), Battery_impedance (Re + Im)
Metadata Schema (metadata.csv)
type: cycle type (charge, discharge, impedance)start_time: MATLAB datenumambient_temperature: °Cbattery_id: identifiertest_id: test sequence numberuid: unique identifierfilename: path to cycle CSVCapacity: measured capacity (Ah)Re: electrolyte resistance (Ω)Rct: charge transfer resistance (Ω)
Feature Engineering
Per-Cycle Scalar Features (12 dimensions)
cycle_number— sequential cycle indexambient_temperature— environment temperaturepeak_voltage— max voltage in cyclemin_voltage— min voltage in cyclevoltage_range— peak - minavg_current— mean current magnitudeavg_temp— mean cell temperaturetemp_rise— max - min temperaturecycle_duration— total time (s)Re— electrolyte resistanceRct— charge transfer resistancedelta_capacity— capacity change from previous cycle
Derived Targets
- SOC: Coulomb counting (integrated current)
- SOH: (Current capacity / Nominal capacity) × 100%
- RUL: Cycles remaining until EOL threshold
- Degradation State: Healthy (≥90%), Moderate (80–90%), Degraded (70–80%), End-of-Life (<70%)