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
IterableTables defines a fallback when trying to use StatsModel formulas with something other than a DataFramehere. For the sake of reducing type piracy, this methods could live in StatsModel instead: one would still need to load IterableTables to convert any iterabletable to a DataFrame, but everything that has a method to be converted to DataFrames would work without needing this package.