ebilab.analysis package

警告

ebilab.analysis モジュールは完成していません。 今後のバージョンでは後方互換性がない場合があります。

ebilab.analysis.agg_df_plotter(key: str)[ソース]
ebilab.analysis.aggregate(data: List[ProcessingData]) AggregatedProcessingData[ソース]
ebilab.analysis.df_action(key: str)[ソース]
ebilab.analysis.df_plotter(key: str)[ソース]
ebilab.analysis.from_df(df: DataFrame, key: str) ProcessingData[ソース]
ebilab.analysis.input(filename: str) ProcessingData[ソース]
ebilab.analysis.original(filename: str) PreprocessFileData[ソース]
ebilab.analysis.output(filename: str) ProcessingData[ソース]

Classes returned by preceding functions

class ebilab.analysis._preprocess.PreprocessFileData(filename: str | Path)[ソース]
class ebilab.analysis._preprocess.PreprocessDfData(df)[ソース]
class ebilab.analysis._process.ProcessingData(df: DataFrame, key: str, *, save=True)[ソース]
class ebilab.analysis._process.AggregatedProcessingData(data: List[ProcessingData])[ソース]