CLN: replace %s syntax with .format in pandas.core: categorical, common, config, config_init by jschendel · Pull Request #17735 · pandas-dev/pandas (original) (raw)

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation3 Commits1 Checks0 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

jschendel

Progress towards #16130

Replaced %s syntax with .format in pandas.core: categorical.py, common.py, config.py, config_init.py. Additionally, made some of the existing positional .format code more explicit.

@jschendel

…on, config, config_init

Replaced %s syntax with .format in pandas.core: categorical.py, common.py, config.py, config_init.py. Additionally, made some of the existing positional .format code more explicit.

@codecov

@codecov

@jreback

ghost pushed a commit to reef-technologies/pandas that referenced this pull request

Oct 2, 2017

alanbato pushed a commit to alanbato/pandas that referenced this pull request

Nov 10, 2017

@jschendel @alanbato

…on, config, config_init (pandas-dev#17735)

Replaced %s syntax with .format in pandas.core: categorical.py, common.py, config.py, config_init.py. Additionally, made some of the existing positional .format code more explicit.

No-Stream pushed a commit to No-Stream/pandas that referenced this pull request

Nov 28, 2017

@jschendel @No-Stream

…on, config, config_init (pandas-dev#17735)

Replaced %s syntax with .format in pandas.core: categorical.py, common.py, config.py, config_init.py. Additionally, made some of the existing positional .format code more explicit.

2 participants

@jschendel @jreback