bagof.converters.pandas
Converters for pandas types.
Classes
ToDataFrame
Converter for [pandas.DataFrame][].
Note
An existing frame is returned unchanged (the inherited
__call__
passes instances of the target type through rather than
rebuilding them, so a real frame is never needlessly
copied); anything else is passed to the
[pandas.DataFrame][] constructor.