Abdulaziz Aloqeely
Abdulaziz Aloqeely
I agree, this list is full of enforcements.
I don't think many people use `np.split` on a DataFrame to consider reverting this deprecation. ([Stackoverflow question](https://stackoverflow.com/questions/77576750/futurewarning-dataframe-swapaxes-is-deprecated-and-will-be-removed-in-a-futur) did not have many interactions) And as stated in [numpy/numpy#24889 (comment)](https://github.com/numpy/numpy/issues/24889#issuecomment-1895503977) it's possible...
Is it sensible to implement a `DataFrame.split` function for convenience? Since `np.split` doesn't work appropriately on DataFrames anymore. I can work on it next week if you are all ok...
> Is there anything else I should do to make this PR not stale any more? I removed the label. @mroeschke mind taking a look please?
Yes it's still open. Good luck!
Yes! You can see `ci/code_checks.sh` for all the docstrings that need to be fixed.
You can fix any method in that file. > Also when i check a few of the methods, I get additional errors that aren't listed in the documentation? Not sure...
It works for me. Can you post the command you ran and the error message?
Thanks for the suggestion! I think this feature will be useful so I'm ok with it being added. If I understood you correctly, if someone passes `index=True` then duplicate indices...
So if `subset=colnames` and `index=True`, will that drop rows that have duplicate indices and then drop duplicate rows separately or will that drop duplicate rows taking their index into consideration?...