Skip to content

Ruff pandas rule fixes - #805

Merged
larsevj merged 6 commits into
mainfrom
ruff_fixes_pandas
Sep 9, 2025
Merged

Ruff pandas rule fixes#805
larsevj merged 6 commits into
mainfrom
ruff_fixes_pandas

Conversation

@larsevj

@larsevj larsevj commented Sep 3, 2025

Copy link
Copy Markdown
Collaborator

Resolves #793

See https://docs.astral.sh/ruff/rules/#pandas-vet-pd

Should help prepare for upcoming pandas 3 support.

@larsevj
larsevj force-pushed the ruff_fixes_pandas branch 2 times, most recently from cb32ed4 to dc63a8b Compare September 4, 2025 11:28
@larsevj larsevj changed the title Init fixes ruff pandas Ruff pandas rule fixes Sep 4, 2025
@larsevj larsevj self-assigned this Sep 4, 2025
@larsevj
larsevj marked this pull request as ready for review September 4, 2025 12:26
@codecov-commenter

codecov-commenter commented Sep 4, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 98.03922% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 85.14%. Comparing base (c174caf) to head (b48cef2).
⚠️ Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
src/subscript/check_swatinit/plotter.py 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #805      +/-   ##
==========================================
- Coverage   85.16%   85.14%   -0.02%     
==========================================
  Files          49       49              
  Lines        7544     7534      -10     
==========================================
- Hits         6425     6415      -10     
  Misses       1119     1119              

☔ 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.

@larsevj
larsevj force-pushed the ruff_fixes_pandas branch 2 times, most recently from a0457f1 to 65d3ce5 Compare September 8, 2025 08:45
@larsevj
larsevj requested a review from a team September 8, 2025 11:33

@rnyb rnyb left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Looks good to me

@larsevj
larsevj merged commit 87f60b3 into main Sep 9, 2025
4 checks passed
@larsevj
larsevj deleted the ruff_fixes_pandas branch October 3, 2025 08:53
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.

FutureWarning from csv_stack

3 participants