-
#### Code Sample, a copy-pastable example if possible
```
conda create -n pandas18 python=3.5 pandas xlrd ipython
```
``` python
In [1]: import pandas as pd
In [2]: pd.__version__
Out[2]: '0.18.0'
…
-
Hello
According to the latest information from the CO2MPAS team, I have updated CO2MPAS to 1.5.7b3.
I have a configuration file for E-mail based on the instructions in the May workshop and using a …
-
#### Code Sample, a copy-pastable example if possible
```python
python3 setup.py test
```
#### Problem description
table_schema (unittest.loader._FailedTest) ... ERROR
json (unittest.loade…
-
An external user drew our attending to some issues in this [scenario](https://pro.energytransitionmodel.com/scenarios/306211).
The total demand for electricity is lower than the electricity product…
-
release estimate : end-october 2017
features:
- WinPython-3.6 is the default download
- matplotlib-2.1.0, spyder-3.2.4, scikit-learn-0.19.1, pandas-0.21.0
- updated notebook experience: Ipython-…
-
Python 3.7.0b3 is released, it would be good to test against it.
Not sure what the best way is. Anaconda/conda-forge does not seem to have packages for 3.7, travis has a 3.7-dev python (then we nee…
-
Not sure if this is possible via the Suunto REST interface, but it would be nice if we could add UI for downloading the resulting .xlsx/.gpx/.kml files that the Suunto Web UI provides.
I would be w…
-
Great library. I tried a lot of excel converters with unreliable results before I came across this solution.
I'm trying to pipe an xlsx file to in2csv and I get the error -
**"coercing to Unicode…
-
So i join a picture of the result on win7 x64
![testname](https://cloud.githubusercontent.com/assets/23014567/25002797/8af4376c-204c-11e7-84fc-1c3c30673eca.png)
a picture of the directory with …
-
#### Code Sample to reproduce bug
```python
from pandas import read_excel
pre_kwargs = {
"sheetname" : "Sheet1",
"parse_cols" : [0,3],
"keep_default_na" : False,
"header" : 0
}
…