Skip to content

fix: handling non-string values for column headers#179

Merged
pjaselin merged 14 commits into
mainfrom
fix/escapes_misses_floats
May 31, 2026
Merged

fix: handling non-string values for column headers#179
pjaselin merged 14 commits into
mainfrom
fix/escapes_misses_floats

Conversation

@pjaselin
Copy link
Copy Markdown
Owner

Close #178

This handles where column titles may not be strings (e.g. floats)

@codecov
Copy link
Copy Markdown

codecov Bot commented May 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.26%. Comparing base (87cd1b0) to head (84b87dd).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #179      +/-   ##
==========================================
- Coverage   98.26%   98.26%   -0.01%     
==========================================
  Files          12       12              
  Lines         520      519       -1     
  Branches       80       80              
==========================================
- Hits          511      510       -1     
  Misses          6        6              
  Partials        3        3              

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

@pjaselin pjaselin merged commit 52897e7 into main May 31, 2026
18 checks passed
@pjaselin pjaselin deleted the fix/escapes_misses_floats branch May 31, 2026 16:16
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.

_make_names_string.py replace error for floats

1 participant