Cookie Consent: We use cookies to give you the best online experience, for analytics, performance, and to tailor the experience towards your interests.

Skip to content
Pic of Software Engineering Daily

Modin: Pandas Scalability with Devin Petersohn

July 23, 2020
0 comments

Software Engineering Daily

Description

Pandas is a Python data analysis library, and an essential tool in data science. Pandas allows users to load large quantities of data into a data structure called a dataframe, over which the user can call mathematical operations. When the data fits entirely into memory this works well, but sometimes there is too much data