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
While using the function set_index with the parameter inplace=True, the function attempted to create a new index with a dtype of FLS
S{value}. This dtype was not recognized by the function _dtype_to_subclass, which raised a NotImplementedError. To address this, I added
a verification to the function asarray_tuplesafe that converts data to an array with object type, allowing the index to be created succes
sfully.
Additionally, I created a new test and simplified a previously created test. I also reverted the test file test_parquet.py to restore
the intended FLS behavior.
0 commit comments