-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: Comparison with SAS #11087
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: Comparison with SAS #11087
Conversation
lots of lexers here: http://pygments.org/docs/lexers/#lexers-for-the-r-s-languages isn't it actual S syntax? |
No, SAS has its own syntax. |
can you render and post this page |
can also add to the highlites section in v0.17.0 (and add to the release.rst the same line). |
@chris-b1 looks pretty good. I need a more full look, but @jorisvandenbossche ? |
|
||
.. code-block:: python | ||
|
||
tips = pd.read_csv('tips.csv', delim='\t', header=False) |
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.
delim -> sep (delimiter is a valid keyword alternative to sep, but sep is the preferred one (listed first in the docstring))
@chris-b1 Really cool!! just added some minor comments |
@jorisvandenbossche - pushed changes for your comments, thanks for taking a look. Rendered output above is also updated. |
such as Excel, HDF5, and SQL databases. These are all read via a ``pd.read_*`` | ||
function. See the :ref:`IO documentation<io>` for more details. | ||
|
||
Exporting data: |
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.
don't use :
for sub-headings / headings...
@chris-b1 just a couple of minor edits / suggestions. really nice! ping when ready for merge. |
Thanks! @jreback pushed changes for your notes, should be good to merge. |
awesome. pls have a look once they are built and do a follow-up if needed! |
closes #11075
xref #4052
There doesn't seem to be a straightforward way to syntax highlight the SAS code, so it will format as generic code blocks.