Skip to content
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: Removing rpy2 dependencies, and converting examples using it to regular code blocks #23737

Merged
merged 4 commits into from
Nov 20, 2018

Conversation

datapythonista
Copy link
Member

Still under discussion (#20648 (comment)), but in this PR I'm removing the rpy2 documentation page, as I think that documentation should live in rpy2 as it's not pandas documentation, and at the moment we have 50 additional dependencies for a small page in which examples were broken for some versions (and no user complained about it afaik).

@datapythonista datapythonista added Docs Dependencies Required and optional dependencies labels Nov 16, 2018
@jorisvandenbossche
Copy link
Member

I think it would be good to at least keep a redirect (there is some mechanism in conf.py for that), or a short stub referring to the rpy2 docs, to keep the url working (but can already remove it from the sidebar in that case).
And maybe move a short explanation of it to the ecosystem page.

But as said on the issue, would also be fine with removing the dependencies but keeping the page with verbatim code blocks.

@codecov
Copy link

codecov bot commented Nov 16, 2018

Codecov Report

Merging #23737 into master will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #23737      +/-   ##
==========================================
+ Coverage   92.25%   92.28%   +0.03%     
==========================================
  Files         161      161              
  Lines       51383    51434      +51     
==========================================
+ Hits        47404    47467      +63     
+ Misses       3979     3967      -12
Flag Coverage Δ
#multiple 90.68% <ø> (+0.03%) ⬆️
#single 42.29% <ø> (-0.03%) ⬇️
Impacted Files Coverage Δ
pandas/core/arrays/datetimelike.py 95.96% <0%> (-0.19%) ⬇️
pandas/io/formats/format.py 97.76% <0%> (-0.12%) ⬇️
pandas/util/testing.py 86.03% <0%> (-0.05%) ⬇️
pandas/core/frame.py 97.02% <0%> (ø) ⬆️
pandas/io/formats/style.py 96.69% <0%> (ø) ⬆️
pandas/io/gbq.py 25% <0%> (ø) ⬆️
pandas/io/parsers.py 95.55% <0%> (ø) ⬆️
pandas/core/arrays/categorical.py 95.35% <0%> (ø) ⬆️
pandas/core/ops.py 94.27% <0%> (+0.01%) ⬆️
pandas/core/generic.py 96.84% <0%> (+0.01%) ⬆️
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e98032d...52f3e68. Read the comment docs.

@datapythonista
Copy link
Member Author

For the redirects, I see two problems:

  • The first is that the rpy2 documentation doesn't tell anything about pandas as you said. So, I feel like we're wasting our users time to make them go there and look for it.
  • Second is that the redirect system we have in conf.py is designed with API reference pages that have been renamed, and it requires important changes to make it generic to work for pages not in the API, and to link to external urls.

Regarding adding rpy2 to the ecosystem (or the comparison page with R may be), the problem is that I have not much idea about rpy2 or even R, and I don't think I can write something useful . Not sure if someone else that knows about that is interested in writing it.

Not sure what's best, but unless someone else want to do some work about it, I think it's better to leave things as they are and close this PR, or merge it without those things.

@TomAugspurger
Copy link
Contributor

But as said on the issue, would also be fine with removing the dependencies but keeping the page with verbatim code blocks.

That would be my preference.

@jreback
Copy link
Contributor

jreback commented Nov 17, 2018

I agree here with @TomAugspurger and @jorisvandenbossche; let's remove the deps (as you have done), and change to code-blocks.

@datapythonista datapythonista changed the title DOC: Removing rpy2 documentation DOC: Removing rpy2 dependencies, and converting examples using it to regular code blocks Nov 18, 2018

from rpy2.robjects import r, pandas2ri
pandas2ri.activate()
>>> from rpy2.robjects import r, pandas2ri # doctest: +SKIP
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are those skips needed? Do we run doctests for the tutorial docs?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we do now, but I thought it was better to skip in case we don't in the future, and also to make clear when we read that that those are not expected to run (besides not having the dependencies anymore, and the error in the CI doc build, there are future warnings, and not sure if something else).

@datapythonista
Copy link
Member Author

@jorisvandenbossche are you happy merging with the doctest skips, or any reason why you'd prefer not to have them?

@jreback jreback added this to the 0.24.0 milestone Nov 20, 2018
@datapythonista datapythonista merged commit 01cb440 into pandas-dev:master Nov 20, 2018
thoo added a commit to thoo/pandas that referenced this pull request Nov 20, 2018
…fixed

* upstream/master:
  DOC: Removing rpy2 dependencies, and converting examples using it to regular code blocks (pandas-dev#23737)
  BUG: Fix dtype=str converts NaN to 'n' (pandas-dev#22564)
  DOC: update pandas.core.resample.Resampler.nearest docstring (pandas-dev#20381)
  REF/TST: Add more pytest idiom to parsers tests (pandas-dev#23810)
  Added support for Fraction and Number (PEP 3141) to pandas.api.types.is_scalar (pandas-dev#22952)
  DOC: Updating to_timedelta docstring (pandas-dev#23259)
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Required and optional dependencies Docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: rpy2 examples started failing
4 participants