Ben Murray

Results 96 issues of Ben Murray

Groups should support a filtered group view that can be passed in place of a group. They should support all group API operations (that make sense for them to do...

As of the writing of this issue, journaling in ExeTera is on a group level; that is to say there is one set of journaling timestamp fields per group and...

low priority

to_pandas can easily run out of memory as pandas dataframes are in memory. It would be useful to have a function that can calculate how much space a pandas dataframe...

low priority

some of the isin functions return ndarray functions directly, but should return boolean NumericMemFields. You can see examples of this in FieldDataOps._unary_op where ndarrays are assigned to newly created NumericMemFields....

Add checks to the Session.ordered_merge functionality to determine that keys are ordered. There are two options for implementing this: * automatically check key fields and perform the ordering if necessary...

Add a first / last date algorithm: * For a given primary key * For a given table where that primary key is used as a foreign key * Get...

low priority

Add a first / last date algorithm: * For a given primary key * For a given table where that primary key is used as a foreign key * Get...

low priority

This work requires #8 to have been done first.

Add the ability to associate fields / groups with tags

Should return a collection of fields. Needs #8 to have been implemented first