Daniel Lusk

Results 13 comments of Daniel Lusk

Hopefully I did this right. Let me know if should change something about my profiling setup. cprofile dump: https://file.io/c2ChbfBj8Z1H

Here's the full stack trace: ```console --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File ~/miniforge3/envs/traits-py311/lib/python3.11/site-packages/dask_expr/_core.py:470, in Expr.__getattr__(self, key) [469](/path/to/proj/~/miniforge3/envs/traits-py311/lib/python3.11/site-packages/dask_expr/_core.py:469) try: --> [470](/path/to/proj/~/miniforge3/envs/traits-py311/lib/python3.11/site-packages/dask_expr/_core.py:470) return object.__getattribute__(self, key) [471](/path/to/proj/~/miniforge3/envs/traits-py311/lib/python3.11/site-packages/dask_expr/_core.py:471) except AttributeError as err:...