DataFrames have a configuration that controls details about the output area that a transform is running within. This could be, for example, a terminal window or an html element such as a textarea. The configuration is used to choose which rows or columns to skip, if any, when stringifying a DataFrame. The configuration is stored in the starlark.Thread, which avoids conflicts when different users are using DataFrames at the same time with different output areas.
DataFrames have a configuration that controls details about the output area that a transform is running within. This could be, for example, a terminal window or an html element such as a textarea. The configuration is used to choose which rows or columns to skip, if any, when stringifying a DataFrame. The configuration is stored in the starlark.Thread, which avoids conflicts when different users are using DataFrames at the same time with different output areas.