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.
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
FlascDataFrame
inherits frompandas.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.