-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: improve shared content between comparison pages #38933
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
Conversation
nice, ping on green. |
thanks @afeld |
outer_join[pd.notna(outer_join["value_x"])] | ||
|
||
pandas also provides a variety of methods to work with missing data -- some of | ||
which would be challenging to express in Stata. For example, there are methods to |
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.
Argh, missed the reference to Stata here. Fixed in #38935.
|
||
outer_join = df1.merge(df2, on=["key"], how="outer") | ||
outer_join | ||
.. include:: includes/merge_setup.rst |
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.
Argh, another mistake: copy-and-paste error from above. Also fixed in #38935.
This pull request does a few things between the SAS and Stata pages, in separate commits:
The motivation here is that I'm working on adding the other sections to the Comparison to Spreadsheets page, and want to ensure they're consistent.
closes #xxxxpassesblack pandas
passesgit diff upstream/master -u -- "*.py" | flake8 --diff
whatsnew entry