TheItsProjects/ItsPrompt

[FEATURE] Use TablePrompt without pandas

Closed this issue · 0 comments

Feature description
Some users pointed out that making TablePrompt dependant on pandas will force them to install this huge library even in smaller projects.

Additional Information
It may be possible to create a version of TablePrompt which uses dictionaries instead of DataFrames.