A library for managing, summarizing, and visualizing data, built on top of pandas. Current version 1.0.3, released sporadically with maintenance updates.
pip install datatileVerified import paths — ran on the pinned version, not inferred.
Create a summary object from a DataFrame and print a dict of statistics.
Use df.select_dtypes(include='number') before passing to Summary.
Replace `from datatile import Histogram` with direct plotting via matplotlib.
Inspect keys after calling to_dict() and normalize as needed.