Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 1.37 KB

README.rst

File metadata and controls

53 lines (42 loc) · 1.37 KB

Pandas HBase IO Helper

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

Writing DataFrame to HBase

Establish hbase connection using happybase and write the dataframe.

Reading DataFrame from HBase

Establish hbase connection using happybase and read the dataframe.