OSUKED / ElexonDataPortal

Python wrapper for the Elexon/BMRS API
https://osuked.github.io/ElexonDataPortal
MIT License
52 stars 14 forks source link

Add Example of SP/Date to Local Datetime Mapping #5

Closed AyrtonB closed 3 years ago

AyrtonB commented 3 years ago

Should add this to the quick-start guide

df = client.get_WINDFORFUELHH()
df = utils.parse_local_datetime(df, dt_col='startTimeOfHalfHrPeriod', SP_col='settlementPeriod')

df.head()
AyrtonB commented 3 years ago

Added