Otto Fajardo

Results 247 comments of Otto Fajardo

What happens if you do formats_as_category=False? What happens in polars and pandas?

thanks for the info. What I will do is check if the series is of object type and if so do not try to cast to categorical, i.e. you would...

Ok I have added some code to circumvent the issue, it is available on the test_narwhals branch and the wheels on the same place. Could you please try it and...

Thanks a lot for the sample file, that was really useful! The problem was that I had to check if the elements in the column after applying the labels are...

Thanks! I was already wondering if the null columns could cause problems, so the example is really helpful. It is fixed now (basically I am ignoring null columns, because there...

Right, the warning comes from me, and it is because you have (by default) formats_as_category=True. If you would set to False the warning would be gone. Pandas is happy to...

ready in version 1.3.1! if new problems arise, please open a separate issue.

Very strange. If I understand correctly those files would open fine in a local machine but fail in databricks? If so, unfortunately I cannot reproduce as I don't have databricks....

sounds interesting! I am open to it, but let's wait for the file object PR to be ready first, as I guess it would change the hints ...