tabulate is used to pretty-print tabular data in a couple places, but it seems like a liability maintenance-wise (the repo has little activity and is seldom released). I wonder if we could use astropy.table instead and reduce the number of dependencies.
tabulate
is used to pretty-print tabular data in a couple places, but it seems like a liability maintenance-wise (the repo has little activity and is seldom released). I wonder if we could useastropy.table
instead and reduce the number of dependencies.