Christoph Deil

Results 160 issues of Christoph Deil

This looks great! Could you please add support for Azure?

It seems the `--user` option to install Bento is broken. http://cournape.github.io/Bento/html/install.html#setuptools-based-installation-deprecated ``` $ python setup.py install --user usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2...

Does this `Bunch` implementation support Python 3? I get some test errors with Python 3.4: https://gist.github.com/cdeil/5525c1ee193f1426ee8b And Python 3 support is not listed via the `setup.py` classifiers: https://pypi.python.org/pypi/bunch/ If it...

For my library a few % of the tests fail in the `-gen` as well as the `-build` phase when I run the `api-sanity-checker`. Could you please add some information...

One of the most important issues the api-sanity-checker finds is segfaults. Would it be possible to add a `-run-valgrind` option that runs all tests under the valgrind memory checker and...

I have a C++ library where a class method invocation prints something to `std::cout`. This is reported as an "unexpected output" warning by the `api-sanity-checker`. Why does this trigger a...

I have a C++ library that makes extensive use of C++ exceptions. Running it through the `api-sanity-checker` results in over 1000 warnings. I looked at a dozen, and they were...

### - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [...

Needs Tests

I have variable / column names like `sensor_F1A13S1_REAL_line_1` in my dataframe. In the HTML profile report I can't find a way to "access", i.e. copy & paste that name in...

feature request 💬
getting started ☝
help wanted 🙋

I get the same warning "High correlation" with the same other column four times in the report. Looks like a bug where the warning is accidentally generated multiple times or...

bug 🐛
getting started ☝
help wanted 🙋