-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Validating that the word pandas is correctly capitalized #32613
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
Closed
Closed
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
591cdc6
Fixed wrong diff
joybh98 4665b01
added requested changes
joybh98 019544a
added -R and PANDAS
joybh98 0fbdf48
CI: add doctest check for done modules (#33175)
ShaharNaveh 927dedb
REF: .get tests (#33164)
jbrockmendel eab7226
CLN: using C-API of datetime (#33174)
ShaharNaveh e56d395
DOC: Partial fix SA04 errors in docstrings #28792 (feedback needed) (…
cc3f3eb
REF: fillna tests (#33183)
jbrockmendel 4d0eef6
Json parametrize more2 (#33163)
WillAyd cb41651
CLN: use ._data less in reshape (#33159)
jbrockmendel 51f114b
BUG: isna_old with td64, dt64tz, period (#33158)
jbrockmendel aa71c21
REF: .drop tests (#33156)
jbrockmendel a7dd3ea
REF: test_reindex_like (#33150)
jbrockmendel f10ec59
BUG: create new MI from MultiIndex._get_level_values (#33134)
topper-123 6a8aca9
BUG: to_datetime with infer_datetime_format dropped timezone names (#…
mroeschke c166013
DOC: Fix capitalization of doc section headers (#33149)
themien a6c610d
DOC: Fix capitalization of docs section headers (#32944)
themien 8305a85
DOC: Fix PR06 (type names) in docstrings (#33093)
farhanreynaldo 98a2aa3
TST: cover search_sorted scalar mixed timezones case (#33185)
jamescobonkerr f148cb7
DOC: Added docstring for show_versions() (#33073)
MarianD cbd1103
REF: set_axis tests (#33189)
jbrockmendel 1357114
ENH/VIZ: Allowing `s` parameter of scatter plots to be a column name …
SultanOrazbayev f303665
misplaced sort-index test (#33191)
jbrockmendel af0c878
Correct docstring to describe actual functionality. (#33190)
tv3141 d8d1dc9
REF/CLN: test_get_dummies (#33184)
jbrockmendel 49bc8d8
TYP: require _update_inplace gets Frame/Series, never BlockManager (#…
jbrockmendel 8c73b5f
fixed merge conflicts
joybh98 6daedb0
All changes in a single commit
joybh98 b332532
fixed merge conflict in test_unstack.py
joybh98 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@datapythonista I forgot to add
)
on line 234, please let me know if everything else besides this right or not.