carrutstick
Results
2
issues of
carrutstick
The point of the benchmarks is to compare different numerical libraries, so they should be formatted in a way that allows a user to see how long common operations take...
enhancement
help wanted
beginner-friendly
In `_eval_factor` we have: ```python # Returns either a 2d ndarray, or a DataFrame, plus is_NA mask if factor_info.type == "numerical": result = atleast_2d_column_default(result, preserve_pandas=True) ``` followed by ```python if...