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__.
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
- Loading branch information