Uri Laserson
Uri Laserson
It seems like the Lambert et al Cell review is a very popular resource. Unfortunately, all the CIS-BP identifiers used in their supplementary tables reference a v1.94d, which seems publicly...
I love the engineering of the library but I am forced to spelunk through the source code to understand how to make use of the Python library. For example, what's...
Changing line 161 in parser.py to ``` python OrderedDict(map(lambda x: [x[0], x[1].strip('"')], (item.split("=") for item in hashItems))) ``` would fix the issue.
Have y'all considered using [formulaic](https://github.com/matthewwardrop/formulaic) for handling your design matrices? (The successor to patsy.) It may simplify a bunch of work for supporting more complex experiment designs. (Only just learned...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars. ###...
### Checklist - [X] I have read and understood the above text. ### Describe the issue Title explains it all.