-
Attempting to write a table with the following code crashes with the dump below
```
store = pd.HDFStore(DATA_PATH+'___', mode='w', complevel=6, complib='blosc')
store.put('data',d, format='table', da…
-
In the foot routing there is preferences to side roads over main roads for safety reasons.
However if a sidewalk exists the preferences should be equals or even higher then a side road.
For example,…
-
I'm not sure if this is a new feature or not. Is there a way to build all of the docs to see what the site will look like when it gets published to library.elm-lang.org? I've messed up docs a few time…
-
I'm getting a kernel crash error every time I try to specify a model.
All I've tried to do in an IPython session is:
```
In [1]: import pymc3 as pm
In [2]: with pm.Model() as model:
...: a =…
-
@koustuvsinha is in charge of coordinating the expansion of these challenges, but he needs your help.
**For each challenge, please reply to this GitHub issue with:**
1. Challenge description text
…
-
To help us understand and resolve your issue please check that you have provided
the information below.
Matplotlib version:1.5.1
Python version:3.5.1
Platform OSX 10.11
How did you install Matplotli…
Yefee updated
8 years ago
-
please take care of the discussion on: https://github.com/conda-forge/openblas-feedstock/issues/2
@tkelman completely disagrees about the way mingwpy is build right now: https://mingwpy.github.io/min…
-
![image](https://cloud.githubusercontent.com/assets/2317828/10714067/9aa3f0ba-7aaf-11e5-9622-3b7491956e75.png)
E.G., there is no way to navigate beyond the current concept easily if you just want to …
-
Started as: "go through bullseye exercise." Scope expanded to be about coming up with a growth framework generally.
### Bullseye
http://tractionbook.com/bullseye.pdf
#### Inner Circle
#### Promising
…
-
I am trying to create a Pinterest like effect using the CollectionView. How do I get the top and left values of an item when it is clicked? Is there a simpler way of getting an item's position?