Ben Murray
Ben Murray
This work can be done once #8 is done.
The user should be able to search for tags at the group level and get back a collection of fields. This work requires #8 to have been done first.
Keys are currently passed to categorical field constructors as {str:int} when constructing strings and then inverted. This creates complexity throughout the rest of the categorical field code and should be...
Please make these consistent where it is feasible to do so
Please try to make these consistent across the methods where it is feasible to do so
High-level documentation to facilitate people learning exetera: - exetera usage patterns - best practice - anti patterns - Differences between exetera and pandas - dataframe - fields
exetera needs a where function that carries out the numpy where functionality. This should probably be implemented in the form of exetera.where(a_field = 'foo', 'bar', a_field). We could also potentially...
Just as it says. This code relies on code that has since been retired and should not be part of exetera/bin, at least on master
We need a scalable version of ordered_map_left_to_right_right_unique for indexed string fields in cython. It should perform the operation in a chunked fashion