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
TableBundle.__init__() currently has an as_dataframe parameter.
It is rather incongruous.
This parameter would seem to better belong in the reader functions, as one more option for their to parameter i.e. to='dataframe'. That would seem to harmonize well with the other uses of to, and rid us of the awkward asymmetry in the TableBundle.__init__() signature and implementation.
The text was updated successfully, but these errors were encountered:
TableBundle.__init__()
currently has anas_dataframe
parameter.It is rather incongruous.
This parameter would seem to better belong in the reader functions, as one more option for their
to
parameter i.e.to='dataframe'
. That would seem to harmonize well with the other uses ofto
, and rid us of the awkward asymmetry in theTableBundle.__init__()
signature and implementation.The text was updated successfully, but these errors were encountered: