Skip to content

Investigate na color change#191

Draft
alexhallam wants to merge 2 commits intomainfrom
cursor/investigate-na-color-change-170e
Draft

Investigate na color change#191
alexhallam wants to merge 2 commits intomainfrom
cursor/investigate-na-color-change-170e

Conversation

@alexhallam
Copy link
Owner

Restore NA cell coloring by using a whitespace-tolerant NA check after padding.

The previous is_na check was applied to padded strings (e.g., "NA "), causing it to fail and default to white. Switching to is_na_string_padded ensures that padded NA values are correctly identified and colored.


Open in Cursor Open in Web

Co-authored-by: alexhallam6.28 <alexhallam6.28@gmail.com>
@cursor
Copy link

cursor bot commented Aug 10, 2025

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

Co-authored-by: alexhallam6.28 <alexhallam6.28@gmail.com>
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