Skip to content

Initialize Speedml with pandas dataframe rather than .csv #32

@MLDERES

Description

@MLDERES

Not all data comes in .csv or .json files. It would be fantastic and helpful to allow for initializing the process with a dataframe, matrix or series of data rather than requiring files. For instance,

import pandas as pd
from speedml import Speedml

df = pd.read_excel('../somefile')
sml = Speedml(data = df, target='column name')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions