Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information