dsp_pandas.format module# Format pandas display options for better readability. dsp_pandas.format.set_pandas_number_formatting(float_format='{:,.3f}') → None[source]# Format large numbers with commas and decimals. dsp_pandas.format.set_pandas_options(max_columns: int = 20, max_row: int = 60, min_row: int = 10, max_colwidth: int = 50, float_format: str = '{:,.3f}') → None[source]# Update default pandas options for better display.