helpers
helpers copied to clipboard
Replace data with df in hdataframe
In helpers/hdataframe.py there is a TODO:
# TODO(gp): data -> df
Let's fulfill the TODO and replace data with df in this file.