Persist pandas DataFrame objects to HBase and read them back later.
Known Issues: - Works only with DataFrames that have integer indices. - DataFrames to be persisted should not have ':' in column names
Establish hbase connection using happybase and write the dataframe.
Establish hbase connection using happybase and read the dataframe.