-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
DOC: misc. typos #19876
Conversation
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 |
There was a problem hiding this comment.
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] |
There was a problem hiding this comment.
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']) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
Codecov Report
@@ Coverage Diff @@
## master #19876 +/- ##
=======================================
Coverage 91.64% 91.64%
=======================================
Files 150 150
Lines 48946 48946
=======================================
Hits 44858 44858
Misses 4088 4088
Continue to review full report at Codecov.
|
Thank you! |
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: