v0.1.1
This is a small patch to drop Pandas as a hard dependency.
Table prettifying still require Pandas but the user should have Pandas installed if they are able to pass a dataframe to the send
method. If Pandas is missing and the user tries to use table prettifier, ImportError
is raised.
What's Changed
New Contributors
Full Changelog: v0.1.0...v0.1.1