possible to reduce dependencies on Pandas?
I like Pandas, nothing personal!
But it would add about 30MiB to our client binaries if we include it. Which we don't.
But then what if I want to add a "save marks.csv" buttons #2131 (closed)? Then I want to import from plom.finish
. But some parts of plom.finish
depend on Pandas.
What to do? Hack around importing from specific files rather than the module perhaps? And open an issue for those hacks to point to... w00t, self-referential issue!