-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Update cheat sheet and create link in docs #20366
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
Codecov Report
@@ Coverage Diff @@
## master #20366 +/- ##
==========================================
+ Coverage 91.78% 91.79% +0.01%
==========================================
Files 152 152
Lines 49196 49183 -13
==========================================
- Hits 45153 45147 -6
+ Misses 4043 4036 -7
Continue to review full report at Codecov.
|
@Dr-Irv I uploaded the PPF and PPT from this PR to our webserver Would you mind updating whatever links you want to point to those? @jorisvandenbossche do we care about maintaining one of these per release, or just the latest? I think just the latest. |
@TomAugspurger OK, I just pushed a change to point to the PDF. I don't think the PPT should be on the site - it's the "source code". Will you set something up in the scripts that do releases that copies the cheat sheet from the source directory to the proper location on the server? So then if other changes are made as part of the development process, the final version would get published automatically upon a new release? |
The latest is fine I suppose. |
OK, let's just keep latest at the root. |
Update pandas cheat sheet to use
drop(columns=['colname'])
.Provide link to cheat sheet from the tutorials page.
Based on discussion a while back on gitter with @jorisvandenbossche , maintainers may want the link to the cheat sheet in tutorials.rst to not point to the GitHub repository as I've edited it here, but to a place within the
http://pandas.pydata.org/pandas-docs/stable/
tree, which means when you publish the docs, you have to copy the PDF version of the cheat sheet to the server hosting the docs.