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
Invoices no longer assign to self.data during filtering step
Instead, all invoice classes will now assign to `self.export_data`
This removes ambiguity on whether the invoices will modify their
internal dataframe and the need to call `copy()` on the processed
dataframe
0 commit comments