Abdulaziz Aloqeely

Results 105 comments of Abdulaziz Aloqeely

Thanks for the report! This is caused by the current method of guessing the date format which just guesses the date format for the first item and applies it to...

I am ok with this idea, but I think this can be accomplished in multiple ways without affecting practicality, so I'm not sure if this is necessary. As for the...

In general, I agree that `read_csv` does not have any useful examples which I think we should improve, but I don't think we should add an example to demonstrate the...

Basically you should still allow `startingMonth`, but if it is used you should warn the user that it will be removed soon I think a check in `__init__` will do...

> Is there an issue linked with this? No clue. @undermyumbrella1 I'd appreciate an explanation of what this change accomplishes. And please make sure all the code tests pass

Looks good, but you'll need to start the command with `python` (followed by `scripts/validate_docstrings.py --format=actions `), even though it might seem obvious it's better to be clear.

You know better than me but yes, I would expect that you change to FutureWarning before enforcing

While this is a lazy fix, I've found that in `pandas/_libs/index.pyx` if we omit the functionality of `IndexEngine`'s `_update_from_sliced` method (such that `self.need_unique_check` and `self.need_monotonic_check` = 1), it causes `is_unique`...

Thanks @morotti! There's an open PR for fixing this bug at #57958, but it has not been merged yet