Whenever I slice a data frame with loc
iloc
filter
, etc. it increases my RAM usage, whats happening? why this does not just print the slice?
If it is saving it in Out like it's suggested here, how can I avoid that behavior?
I'm using jupyter notebook in vscode, pandas==1.5.2
.