dcs.analyze =========== *Language: Python* ``dcs.analyze`` is a module of the ``dcs`` package that contains functions for performing text and numerical analysis on individual columns of :class:`pandas.DataFrame` objects. Most functions return Python dictionaries containing the calculated statistical metrics and values. .. automodule:: dcs.analyze :members: