Abdulaziz Aloqeely

Results 105 comments of Abdulaziz Aloqeely

I understand you requested my review but I don't know much about the plotting code to help review this, maybe @mroeschke can help

But it only slows it down by a large margin if `is_unique` or `is_monotonic_increasing` were called on the original index, right? Thoughts @mroeschke?

> To avoid scope creep in this issue, how about I open a separate issue for a performance check and have this PR move forward with the bug fix? Sure,...

Sorry this is not stale, @WillAyd mind having a look? Initially looks good to me. (I just pinged because you got assigned to this, let me know if I should...

For some reason, when I run the command on pandas.Index.str I get the following error: ```python UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 3662: character maps to ```

> Can I be assigned to this? Of course! As Mr. Murphy said, you don't need to ask for permission, just comment which methods you will be working on

Going to remove `pandas.DataFrame.swapaxes`, `pandas.DataFrame.pad` and `pandas.DataFrame.backfill` which are all deprecated

Going to mark this as ready for review as this fixes the CI failure. As for the problem of draft PDEPs currently appearing in the website roadmap, the only fix...

You can pass `axis="index"` to apply the function to each column (I'm not quite sure what that means) per the doc at https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.transform.html But I will admit this is a...