Reputation: 653
So I am working with a fairly substantial CSV dataset that has couple hundred megabytes. I have managed to read in the data in chunks (~100 rows). How do i then elegantly convert those chunks into a dataframe and apply the describe function to it? Thank you
Upvotes: 2
Views: 981