AI4S2S / lilio

Calendar generator for machine learning with timeseries data
https://lilio.readthedocs.io/en/latest/
Apache License 2.0
5 stars 1 forks source link

Add data attrs to (xarray) resample output #49

Closed BSchilperoort closed 1 year ago

BSchilperoort commented 1 year ago

Closes #40

Several attributes are added to the xarray-data output of resample, for both clarity and provenance.

BSchilperoort commented 1 year ago

I saw that pandas also supports adding attributes to DataFrames, however this features is marked as "experimental" and can change without warning, so it might still be too early to support this.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

BSchilperoort commented 1 year ago

Thanks for the review and suggestion!