tl;dr visualizing MovieLens 20M data (famous movie rating data) with Ibis build predictive model for movie favor with scikit-learn repo / notebook What is Ibis? Ibis is a bridge between Python and Big Data. Ibis enables pandas handling Big Data.
architecture of Ibis architecture of Ibis
For more detail, see Wes’s presentation.
As you know, pandas is known as a killer application for data analysis.