Skip to content

Conversation

@jrbourbeau
Copy link
Contributor

@jrbourbeau jrbourbeau commented Jul 15, 2024

While running dask tests against the nightly version of pandas I noticed there's an extra space in the resample frequency deprecation warning (note the extra space before "instead"):

FutureWarning: 'd' is deprecated and will be removed in a future version, please use 'D' instead. 

This PR just removes the extra space.

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.
@jrbourbeau jrbourbeau requested a review from MarcoGorelli as a code owner July 15, 2024 21:42
@mroeschke mroeschke added the Warnings Warnings that appear or should be added to pandas label Jul 15, 2024
@mroeschke mroeschke added this to the 3.0 milestone Jul 15, 2024
@mroeschke mroeschke merged commit 40c63d8 into pandas-dev:main Jul 15, 2024
@mroeschke
Copy link
Member

Thanks @jrbourbeau

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Warnings Warnings that appear or should be added to pandas

2 participants