Skip to content

fix: have internal numeric formatters work with any single DF library on user system#220

Merged
rich-iannone merged 8 commits into
mainfrom
fix-vals-fmt-number-use-series
Jun 18, 2025
Merged

fix: have internal numeric formatters work with any single DF library on user system#220
rich-iannone merged 8 commits into
mainfrom
fix-vals-fmt-number-use-series

Conversation

@rich-iannone

Copy link
Copy Markdown
Member

The goal of this PR is to reduce Pointblank's dependency on Pandas. Here's we no longer use Great Tables' vals module formatting functions and instead use the GT class directly alongside _get_column_of_values() (for extraction of formatted values from the GT object). In addition to the safer formatting, there are several updates to existing functions to enable this new approach.

Fixes: #132

@rich-iannone
rich-iannone marked this pull request as ready for review June 18, 2025 05:28
@rich-iannone
rich-iannone merged commit 7d2a4a5 into main Jun 18, 2025
8 checks passed
@rich-iannone
rich-iannone deleted the fix-vals-fmt-number-use-series branch June 18, 2025 05:28
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.

Unexpected requirement for pandas in ipynb

1 participant