News

The float_format parameter in pd.DataFrame.to_csv doesn't support modern (i.e. since Python 2.6) format strings yet. The documentation says about the float_format parameter: float_format : ...
How can I prevent Docling from converting large float values like 1231486.34 into exponential notation (1.23149e+06) during extraction? I'm using docling.document_converter to extract tabular or ...