great-tables icon indicating copy to clipboard operation
great-tables copied to clipboard

Fix library agnosticism in random locations

Open tylerriccio33 opened this issue 6 months ago • 1 comments

This is meant to fix #675 in GT and https://github.com/posit-dev/pointblank/issues/132 in pointblank.

I'm brute forcing it since I see no other way. I'm replacing the single dispatch paradigm (in effected places) with an attempt to import the library in question.

FYI I'm 99% sure this would be solved by Narwhals if you wanted to go that route down the line.

tylerriccio33 avatar Apr 29 '25 23:04 tylerriccio33