Closed matthewwardrop closed 1 year ago
Patch coverage: 100.00
% and no project coverage change.
Comparison is base (
a7ecebd
) 100.00% compared to head (3449e72
) 100.00%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Motivated by #115 , this is a quick draft demonstrating a
Q
transform that replicates the behavior of the patsyQ
function.Notes:
....
, but may be valuable when users are migrating over to formulaic from patsy._data
and_context
should be passed in separately, to avoid name collisions / weird data types....
syntax, or furnish formulaic with their ownQ
implementation (only merge the context bits).Closes: #115