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
fix: raise AttributeError instead of returning None on __getattr__ (#329)
The` __getattr__` method should always raise an `AttributeError` if the
value does not exist instead of returning `None`. The existing
implementation causes issues when converting to a Pandas `DataFrame`.
This error was introduced in the 0.5.0 release.
0 commit comments