Ben Auffarth

Results 26 issues of Ben Auffarth

thanks for the package! It's very useful! Please correct the import in the example. Cheers! link to fix: [django-conf-urls-defaults import error](http://stackoverflow.com/questions/19962736/django-import-error-no-module-named-django-conf-urls-defaults) ``` MBP-BAUFFARTH:json-rpc benjamin$ python3 manage.py runserver Performing system checks......

Incompatible with python 3? I get an import error in python 3.4. ``` ImportErrorTraceback (most recent call last) in () ----> 1 from flattery import flatten, unflatten 2 3 unflatten(df.to_dict(orient='record')[0])...

Hi Thanks a lot for this. I was looking around, and a lot of the other tools I found were a pain to set up, and this was easy in...

I am trying enum examples from the mypy [blog post introducing enums](http://mypy-lang.blogspot.com/2017/), but I can't get them to work. My examples look like this: ```python from enum import IntEnum Color...

priority-0-high
feature

It's easy to adjust _figsize_ yourself, and you can pass it to _associations()_, but it would be nice if this method could estimate an appropriate _figsize_ based on the number...

enhancement
help wanted

Hi, I really like the interface and the possibilities of joinery. I am currently trying out different jvm tools for data manipulation and machine learning. I'd need a REPL for...

Hi This project looks very cool, but I am having some problems with the setup. I am running this in a container (my own), and I can't get the server...

Hi I think this package looks fantastic. I am wondering, however, what your plans are for implementing SkopeRules for regression. Are there any plans? [I've made a start for adding...

Hi This is a bit along the same lines as the last PR, but with storage order. I noticed there were a lot of Matrix and Vector typedefs, so I...

In the docs online, on readthedocs, I find that a few links are incorrectly rendered. On [Usage](https://pylift.readthedocs.io/en/latest/usage.html), the links for introduction and quickstart miss the `.html`.