Skip to content
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 and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: misc. typos #19876

Merged
merged 1 commit into from
Feb 24, 2018
Merged

DOC: misc. typos #19876

merged 1 commit into from
Feb 24, 2018

Conversation

luzpaz
Copy link
Contributor

@luzpaz luzpaz commented Feb 24, 2018

Found via codespell -q 3 -I ../pandas-whitelist.txt
Where whitelists consists of:

ans
behaviour
doubleclick
indicies
initialise
initialised
initialising
nd
resetted
splitted
thru
valu

Found via `codespell -q 3 -I ../pandas-whitelist.txt`
Where whitelists consists of:
```
ans
behaviour
doubleclick
indicies
initialise
initialised
initialising
nd
resetted
splitted
thru
valu
```
@@ -307,7 +307,7 @@ def test_info_memory_usage(self):
res = buf.getvalue().splitlines()
assert "memory usage: " in res[-1]

# do not display memory usage cas
# do not display memory usage case
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please review

tresholds = [10, 20, 30, 40, 50, 60]
tuples = [(i, j) for i in trains for j in tresholds]
thresholds = [10, 20, 30, 40, 50, 60]
tuples = [(i, j) for i in trains for j in thresholds]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

source code change, please review

index = pd.MultiIndex.from_tuples(tuples,
names=['trains', 'tresholds'])
names=['trains', 'thresholds'])
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

@codecov
Copy link

codecov bot commented Feb 24, 2018

Codecov Report

Merging #19876 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #19876   +/-   ##
=======================================
  Coverage   91.64%   91.64%           
=======================================
  Files         150      150           
  Lines       48946    48946           
=======================================
  Hits        44858    44858           
  Misses       4088     4088
Flag Coverage Δ
#multiple 90.02% <ø> (ø) ⬆️
#single 41.81% <ø> (ø) ⬆️
Impacted Files Coverage Δ
pandas/core/internals.py 95.53% <ø> (ø) ⬆️
pandas/core/arrays/categorical.py 95.04% <ø> (ø) ⬆️
pandas/plotting/_converter.py 65.22% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ce77b79...d0624de. Read the comment docs.

@TomAugspurger TomAugspurger merged commit 2c1a398 into pandas-dev:master Feb 24, 2018
@TomAugspurger
Copy link
Contributor

Thank you!

@luzpaz luzpaz deleted the misc-typos branch February 24, 2018 13:48
harisbal pushed a commit to harisbal/pandas that referenced this pull request Feb 28, 2018
Found via `codespell -q 3 -I ../pandas-whitelist.txt`
Where whitelists consists of:
```
ans
behaviour
doubleclick
indicies
initialise
initialised
initialising
nd
resetted
splitted
thru
valu
```
@TomAugspurger TomAugspurger added this to the 0.23.0 milestone Mar 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants