So this is my first time working with large-ish data sets (~5gigs) and I was concerned about loading the data into Pandas. I only have ~4 gigs of free ram on my laptop and am concerned that if I read the entire file into pandas, my laptop would crash.
If I load a 5 gig csv file into pandas, will it take up 5 gigs of memory? Will it take more?