You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently SubDataFrames are not iterable tables, which is unfortunate as it's actually surprisingly clumsy to convert them to DataFrames. The current method to iterate on DataFrames could probably have a weaker signature and maybe that'd be enough to have it work on any AbstractDataFrame. The main application would be to be able to use it in a by call, see this discourse post
Currently
SubDataFrames
are not iterable tables, which is unfortunate as it's actually surprisingly clumsy to convert them toDataFrames
. The current method to iterate onDataFrames
could probably have a weaker signature and maybe that'd be enough to have it work on anyAbstractDataFrame
. The main application would be to be able to use it in aby
call, see this discourse postThe text was updated successfully, but these errors were encountered: