Matthew Roeschke

Results 111 issues of Matthew Roeschke

- [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). The goal is to eventually enable the `EX01` (all docstrings have examples), so adding simple examples to the public frequency classes and methods.

Docs
Frequency

- [x] [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 [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). xref: https://github.com/data-apis/dataframe-api/pull/69 cc @shwina @vnlitvinov

Interchange

- [x] [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 [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). xref https://github.com/data-apis/dataframe-api/pull/74#discussion_r921464588 cc @vnlitvinov @jorisvandenbossche

Interchange

- [ ] [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). - [x] Added an entry in the...

Docs
Arrow

These examples are for GCP's AI Platform which are no longer developed compared to Vertex AI, and as discussed in the examples tracker, noting in the READMEs that these examples...

### Problem While addressing the `matplotlib.cm.get_cmap` deprecation in 3.6: ``` PendingDeprecationWarning: The get_cmap function will be deprecated in a future version. Use ``matplotlib.colormaps[name]`` instead. ``` I noticed that `None` isn't...

New feature
topic: color/color & colormaps

### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...

Bug
metadata

https://github.com/pandas-dev/pandas/pull/52459 did this for `to_pydatetime`, so we should do the same for `to_pytimedelta`

Timedelta
Deprecate

Discovered in https://github.com/pandas-dev/pandas/pull/57441

Index

Discovered in https://github.com/pandas-dev/pandas/pull/57441

Performance
Strings