Skip to content

Update broken pandas links#1973

Merged
jameshadfield merged 1 commit intomasterfrom
update-pandas-links
Mar 16, 2026
Merged

Update broken pandas links#1973
jameshadfield merged 1 commit intomasterfrom
update-pandas-links

Conversation

@jameshadfield
Copy link
Copy Markdown
Member

@jameshadfield jameshadfield commented Mar 16, 2026

The previous URL is archived at
https://web.archive.org/web/20260306082838/https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#indexing-query but Panda's URL scheme seems to have changed with the release of v3.0. The "latest" version of the page is
https://pandas.pydata.org/docs/user_guide/indexing.html#indexing-query. Since we explicitly don't install pandas 3.0 the most recent v2 URL is preferable
https://pandas.pydata.org/pandas-docs/version/2.3/user_guide/indexing.html#indexing-query.

The broken link was identified in CI
https://github.com/nextstrain/augur/actions/runs/23122121288/job/67157947796 and this commit replaces all occurrences of it in this repo.

Checklist

  • Automated checks pass
  • Check if you need to add a changelog message
  • Check if you need to add tests
  • Check if you need to update docs

@jameshadfield jameshadfield mentioned this pull request Mar 16, 2026
4 tasks
The previous URL is archived at
<https://web.archive.org/web/20260306082838/https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#indexing-query>
but Panda's URL scheme seems to have changed with the release of v3.0.
The "latest" version of the page is
<https://pandas.pydata.org/docs/user_guide/indexing.html#indexing-query>.
Since we explicitly don't install pandas 3.0 the most recent v2 URL is
preferable
<https://pandas.pydata.org/pandas-docs/version/2.3/user_guide/indexing.html#indexing-query>.

The broken link was identified in CI
<https://github.com/nextstrain/augur/actions/runs/23122121288/job/67157947796>
and this commit replaces all occurrences of it in this repo.
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.48%. Comparing base (3a74f0f) to head (451cf83).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1973   +/-   ##
=======================================
  Coverage   74.48%   74.48%           
=======================================
  Files          82       82           
  Lines        9124     9124           
  Branches     1859     1859           
=======================================
  Hits         6796     6796           
  Misses       2021     2021           
  Partials      307      307           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jameshadfield jameshadfield merged commit daad7eb into master Mar 16, 2026
32 checks passed
@jameshadfield jameshadfield deleted the update-pandas-links branch March 16, 2026 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants