Abdulaziz Aloqeely
Abdulaziz Aloqeely
### Pandas version checks - [X] I have checked that the issue still exists on the latest versions of the docs on `main` [here](https://pandas.pydata.org/docs/dev/) ### Location of the documentation https://pandas.pydata.org/docs/dev/reference/api/pandas.Series.convert_dtypes.html...
cc @WillAyd This will only fix the CI failure, but 2 things to note: 1- The PDEP won't be shown in https://pandas.pydata.org/about/roadmap.html 2- If the PR gets the PDEP label,...
- [x] closes #58320 (Replace xxxx with the GitHub issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All...
- [x] closes #58462 - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [ ] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [ ]...
The current mailman software is not easy to navigate, viewing the [pandas-dev archives](https://mail.python.org/pipermail/pandas-dev/) is quite tough, whereas using mailman 3 is much more pleasant, it is very easy to navigate...
### What happened? Converting pandas DataFrame that has a datetime column with timezone to an xarray dataset does not preserve the timezone, this only breaks in version 2024.5 ### What...
For reference: #55591 @jorisvandenbossche is this the only thing I'm supposed to change? or am I supposed to also change all `stacklevel=2` to `stacklevel=find_stack_level()`
xref #54970 Use `DeprecationWarning` until the last minor version before a major release then we switch to `FutureWarning`
@rhshadrach (ref #55311) The issue suggested to include the results of a git bisect when triaging regressions. As for step 7, it says "what labels and milestones should I add"...
cc @pandas-dev/pandas-core @pandas-dev/pandas-triage An implementation of the `PandasDeprecationWarning` variable mentioned here can be seen in #58169