-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Feature description
TablePrompt is currently able to use dict, where the keys are the column names. But since ItsPrompt is a tool which should be as easy to use as possible, the implementation of a list support would be great.
Additional Information
If a list is given to TablePrompt, the column names should start from "0" and go up, like pandas.DataFrame does when there are no column names given.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done