Is your feature request related to a problem?
Since we implement most table transformers ourselves now, we can add __eq__ and __sizeof__ methods.
Desired solution
Add them. For __sizeof__ a fast estimate suffices. Maybe we should also not use __sizeof__ because of this but a new method _estimated_size?
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response