Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Load tabular classifcation / regression data from lists of dicts #1326

Closed
ethanwharris opened this issue May 3, 2022 · 1 comment · Fixed by #1331 or #1337
Closed

Load tabular classifcation / regression data from lists of dicts #1326

ethanwharris opened this issue May 3, 2022 · 1 comment · Fixed by #1331 or #1337
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@ethanwharris
Copy link
Collaborator

🚀 Feature

Motivation

Currently in-memory data is limited to be a pandas dataframe

Pitch

Add a method like the from_lists we have for text which would let you provide a list of dictionaries containing the data

Alternatives

Force users to create a dataframe

@ethanwharris ethanwharris added enhancement New feature or request help wanted Extra attention is needed labels May 3, 2022
@ethanwharris ethanwharris added this to the 0.8.0 milestone May 3, 2022
@krshrimali krshrimali self-assigned this May 4, 2022
@krshrimali
Copy link
Contributor

Re-opening this, as we will also support lists of dicts.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.