Riccardo Cappuzzo

Results 216 comments of Riccardo Cappuzzo

Expanding on this after discussing with other devs. Unpacking means iterating and assigning values. Iterating is not possible on Data Ops because a Data Op cannot know what it is...

> The gist of it is that this is a "wontfix" issue because the problem does not have easy solutions. I will add to the user guide a note on...

This issue can be closed once we add a small paragraph to the `control_flow.rst` file in the documentation that explains the issue a bit. There should be: - a brief...

Thanks for the PR. Note that we use `xfail` in various places to prevent the CI from failing due to downloading issues, or for some specific configurations. Setting `xfail_strict =...

After some more discussion, I think I agree with @jeromedockes on the approach. With `ToFloat32` becoming public, we could make it more evident that the Cleaner is not going to...

As a follow up to #1687 (and for clarity in this issue), do we want to remove the `numeric_dtype` parameter from the Cleaner, and state explicitly that converting to float32...

This was discussed briefly today, and we didn't reach a decision. Part of the problem is that the current UI is unclear (something that was already touched in the issue),...

A case in point for adding the option of disabling casting: If someone is trying to pre-process many tables automatically, and these tables contain numerical IDs that are represented as...

As a more general comment for this and all the other PRs that you opened, formatting rules should be chosen by the maintainers of the project, rather than added in...

I am working on a dataset that includes a large number of columns (300+) using the data ops, and I noticed that figuring out which columns have been dropped is...