forked from extern/nushell
# Description Fixes issue [12828](https://github.com/nushell/nushell/issues/12828). When attempting a `polars collect` on an eager dataframe, we return dataframe as is. However, before this fix I failed to increment the internal cache reference count. This caused the value to be dropped from the internal cache when the references were decremented again. This fix adds a call to cache.get to increment the value before returning.
Dataframe
This dataframe directory holds all of the definitions of the dataframe data structures and commands.
There are three sections of commands:
For more details see the Nushell book section on dataframes