-
Notifications
You must be signed in to change notification settings - Fork 4
DataFrame API
Ben Murray edited this page Apr 19, 2021
·
8 revisions
The ExeTera DataFrame
object is intended to be familiar to users of Pandas, albeit not identical.
ExeTera works with Dataset
s, which are backed up by physical key-value HDF5 datastores on drives, and, as such, there are necessarily some differences between the Pandas DataFrame
:
- Pandas DataFrames enforce that all Series (
Field
s in ExeTera terms) are the same length. ExeTera doesn't require this, but there are then operations that do not make sense unless all fields are of the same length. ExeTera allows DataFrames to have fields of different lengths because the operation to apply filters and so for to a DataFrame would run out of memory on large DataFrames