Aleksey Bilogur
Aleksey Bilogur
Waffle charts are a specific plot type that represents data as a set of stacked boxes: `ligyxy/PyWaffle` provides a pretty full-featured waffle plot implementation. This opens an avenue to an...
[Dot distribution maps](https://en.wikipedia.org/wiki/Dot_distribution_map) aggregate many points into group points, then place those group points at the centroids of their neighborhoods. This allows you to represent a far larger number of...
These are very hard to make, much harder than choropleths, but are the gold standard of population maps because they place population density where it occurs, not smoothed out over...
By way of background, this feature request was spawned by work I am doing on analyzing a dataset of trash pickup locations in San Francisco. The fundamental problem with this...
Hey, so I ran the following code bit: ``` from prettypandas import PrettyPandas PrettyPandas(data.notnull().all()) ``` Since this is a `Series`, PrettyPandas produces a `0` header: ![screen shot 2016-04-13 at 7...
I am getting a `ValueError` when using `CliRunner` to test my CLI tool. Unfortunately I can't isolate, but I can give a reproduction: ```bash pip install git+git://github.com/ResidentMario/datablocks.git@d6601c8321e7fb050bb62760067dc63ca4600003 pip install pytest...
The use case here is having a remote machine which is using Quilt to perform some work that it needs to be authorized for. The current login flow doesn't work...
This little project was one of the ways I first started writing `D3.JS` code some time ago. I ended up expanding this glue into something a little more durable called...
Hello, on Windows and also I believe on Mac running `pip install geoplotlib`, then `import geoplotlib`, and then trying to use any of the methods results in the following error:...
Since I wrote the Labors-Compact and Labors-Full view first and passed it to you, I already have these in my files. Attempting to load the latest version of Dwarf Therapist...