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 new `FlascDataFrame` object to enhance user interface with data #199

Closed misi9170 closed 2 months ago

misi9170 commented 4 months ago

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).

At this stage, just a proof of concept while we build out needed functionality, tests, etc.

misi9170 commented 2 months ago

I'm going to instead merge into the new flasc-dataframe branch, which will still be a work in progress while we build out more features on the FlascDataFrame