Marc Garcia
Marc Garcia
I see `NaN` as a particular value of float. My understanding is that the advantage is that CPU's understand it, and can operate with it. So, I assume the performance...
Let me try to summarize the discussion, and see if there is agreement to make some decisions. - We don't want the API to provide ways to explicitly mutate information...
@rgommers, I think the libraries that would be worth comparing the methods they implement are: - pandas - Dask - cuDF - Modin - Vaex - Koalas - Mars -...
That's a good point. What I had in mind was to have a comparison of what developers of libraries that copy the pandas API implemented. So, I excluded the ones...
I personally think that in Python there is some consistency in using lowercase capitalization for types and data structures: `int`, `str`, `list`, `datetime`, `dict`, `tuple`, `array`,... and it feels like...
This is the preview of the changes here: https://pandas.pydata.org/preview/51467/pdeps/0001-purpose-and-guidelines.html To me the benefits of this surely are not worth the extra complexity and inconsistency of UI of the PDEP pages....
> Is there a reason that we're only doing this for PDEPs? It would be nice to have the full website rendered using sphinx. (Would also make the website consistent...
> /preview The preview needs that the documentation is built in the CI. Seems like the documentation job failed because of warnings: ``` /home/runner/work/pandas/pandas/pandas/core/frame.py:docstring of pandas.core.frame.DataFrame.to_html:31: ERROR: Unknown target name:...
It's normal, and the issue was difficult to follow, since it was a discussion, but I think the new issue explains better what needs to be done. If you have...
We've got now the docstring for `MultiIndex.levels`, but the one for `MultiIndex.codes` is still missing. Labelling this as good first issue in case anyone wants to help.