great-tables
great-tables copied to clipboard
Fix library agnosticism in random locations
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.