NREL / flasc

A rich floris-driven suite for SCADA analysis
https://nrel.github.io/flasc/
BSD 3-Clause "New" or "Revised" License
32 stars 18 forks source link

Add `FlascDataFrame` for better handling of user data in FLASC #212

Closed paulf81 closed 2 weeks ago

paulf81 commented 1 month ago

Add FlascDataFrame

This pull request is taking over from #199 to add a new object called a FlascDataFrame inherits from pandas.DataFrame, but will provide some extra utilities for mapping between different naming conventions and dataframe formats ("long" data, "wide" data, etc). Still a work in progress but nearing readiness so opening draft pull request.

Feature or improvement description

Left to do:

Additional notes