fix: adds better boolean check for DataFrame and fixes output display (#4933)
* feat: Add DataFrameInput to inputs module * feat: add DataFrame support and refactor array processing * feat: add truth value testing for DataFrame class * refactor: remove Python 2 compatibility method from DataFrame class
This commit is contained in:
parent
438c3afdc9
commit
c99f2a35bd
3 changed files with 22 additions and 9 deletions
|
|
@ -1,6 +1,7 @@
|
|||
from .inputs import (
|
||||
BoolInput,
|
||||
CodeInput,
|
||||
DataFrameInput,
|
||||
DataInput,
|
||||
DefaultPromptField,
|
||||
DictInput,
|
||||
|
|
@ -51,4 +52,5 @@ __all__ = [
|
|||
"SliderInput",
|
||||
"StrInput",
|
||||
"TableInput",
|
||||
"DataFrameInput",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue