question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pandas PDF documentation: Last page has missing reference question marks

See original GitHub issue

Problem description

The last page of the pandas documentation (as a PDF) contains a broken reference in the Python Module Index, namely pandas, ??. Those two question marks don’t belong there I guess.

See https://pandas.pydata.org/pandas-docs/stable/pandas.pdf

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
TomAugspurgercommented, Oct 12, 2018

That’s all at https://github.com/pandas-dev/pandas-release.

https://github.com/pandas-dev/pandas-release/blob/master/scripts/build-docs.sh should be doing forced, but I think there was an issue with the docs last time I built them. Will check next time around.

On Fri, Oct 12, 2018 at 9:31 AM 1kastner notifications@github.com wrote:

I guess it is because latex is not run three times (the force option). See https://github.com/pandas-dev/pandas/blob/master/doc/make.py I do not really know how the PDF arrives at the website which is part of https://github.com/pandas-dev/pandas-website – I guess the one who solves this should know about the pipeline how things get to the website.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pandas-dev/pandas/issues/23103#issuecomment-429345850, or mute the thread https://github.com/notifications/unsubscribe-auth/ABQHIrOqMY3dmN8u_9llpbftqQ0wo2-Dks5ukKesgaJpZM4XZTTI .

0reactions
1kastnercommented, Jan 11, 2022

I just checked https://pandas.pydata.org/docs/pandas.pdf and everything seems fine again.

Read more comments on GitHub >

github_iconTop Results From Across the Web

IPython errors pop up while building the docs · Issue #23257
That's an issue with IPython 7.0, which was recently fixed on ... Pandas PDF documentation: Last page has missing reference question marks ......
Read more >
Intro to data structures — pandas 1.5.2 documentation
Here, data can be many different things: a Python dict. an ndarray. a scalar value (like 5). The passed index is a list ......
Read more >
Searching text in a PDF using Python?
So my answer is no, there is no such thing as a simple, effective method for extracting text from PDF files - if...
Read more >
How to Handle Missing Data with Python
Data can have missing values for a number of reasons such as ... In Python, specifically Pandas, NumPy and Scikit-Learn, we mark missing...
Read more >
Create and Modify PDF Files in Python
The PDF, or Portable Document Format, is one of the most common formats for ... Let's redo the previous example using .pages instead...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found