nodejs-polars
    Preparing search index...

    Interface Config

    Configure polars; offers options for table formatting and more.

    interface Config {
        setAsciiTables(): Config;
        setGlobalStringCache(): Config;
        setTblCols(n: number): Config;
        setTblRows(n: number): Config;
        setTblWidthChars(width: number): Config;
        setUtf8Tables(): Config;
        unsetGlobalStringCache(): Config;
    }
    Index

    Methods

    • Set the number of character used to draw the table

      Parameters

      • width: number

      Returns Config