pub fn enable_string_cache(toggle: bool)
Available on crate feature dtype-categorical only.
Expand description

Use a global string cache for the Categorical Types.

This is used to cache the string categories locally. This allows join operations on categorical types.