Acciaro Gennaro Daniele
Acciaro Gennaro Daniele
I am having the same problem..
I also had this problem, does anyone have any solution or idea how to solve it?
The problem is that pytorchcv is just updated to v0.0.69 on colab. You can workaround this by downgrade the version to 0.0.67 with: `!pip install pytorchcv==0.0.67` Most notebooks work after...
The core issue stems from the fact that `pandas.api.types.is_integer_dtype` does not recognize polars (or pyarrow-backed) integer dtypes as integer types. For example: ``` from pandas.api.types import is_integer_dtype import polars as...
@Astroficboy Thanks for the tag! No worries - feel free to implement it if you'd like.