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
In this case, I'd like to see only the expression passed to watch, to see how the DataFrame shape changes throughout the manipulations of some data processing pipeline.
Potentially, this could also interoperate really nicely with .pipe or .assign chains in pandas.
My apologies in case I missed this feature in the docs somewhere.
The text was updated successfully, but these errors were encountered:
@cool-RR This would depend a lot on how large of a PR this becomes / how much guidance someone can give me. Generally speaking, I'm definitely open to contributing this feature!
Hey There,
First of:
Thank you a lot for this awesome package :)
It's super useful for ad-hoc debugging of algorithms and data manipulations!
It would be awesome, if I could specify only certain variables, expressions, etc. to snoop on.
E.g., consider this minimal, constructed example:
In this case, I'd like to see only the expression passed to
watch
, to see how theDataFrame
shape changes throughout the manipulations of some data processing pipeline.Potentially, this could also interoperate really nicely with
.pipe
or.assign
chains inpandas
.My apologies in case I missed this feature in the docs somewhere.
The text was updated successfully, but these errors were encountered: