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
Hi,
I'd like to get some dataframe for a given design_info which describes the different rows.
E.g. if there is some formula ~ 1 + cat1 + cat2, I'd like to get a dataframe:
cat1 cat2 | cat1[T.1] cat1[T.2] cat1[T.3] cat2
A X | 0 0 0 0
A Y | 0 0 0 1
...
Is this possible with Patsy?
The text was updated successfully, but these errors were encountered:
Hi,
I'd like to get some dataframe for a given design_info which describes the different rows.
E.g. if there is some formula
~ 1 + cat1 + cat2
, I'd like to get a dataframe:Is this possible with Patsy?
The text was updated successfully, but these errors were encountered: