Luciano

Results 8 comments of Luciano

This feature is still not present as of v4.16.6 , would be nice to have it implemented somehow

>Doesn't look intuitive to me either. I agree, currently using: ```python df.to_dict("records") == snapshot() ``` Which is more intuitive and produces a nice and readable dict. Suits perfectly for my...

will work on `dt.to_string`

Getting some issues with type checking. ``` tests/expr_and_series/sort_test.py:30: error: Item "NativeFrame" of "NativeFrame | DataFrame[Any] | DataFrameLike" has no attribute "equals" [union-attr] tests/expr_and_series/sort_test.py:30: error: Item "DataFrame[Any]" of "NativeFrame | DataFrame[Any]...

~Not sure how to handle the mypy failure on `interchange_to_arrow_test` and `interchange_schema_test` this time. @FBruzzesi , perhaps you could have a look? I am sure I am missing something very...

This has been stale for a while. I'll try to make it right this weekend 🔥

Many thanks @MarcoGorelli ! I will merge it now🎉