Joris Van den Bossche

Results 190 issues of Joris Van den Bossche

Closes #46218 xref https://github.com/pandas-dev/pandas/issues/46218#issuecomment-1073362376 for the actual reason that causes `cut` to fail: inside the implementation, we convert the actual timestamp data to floats (to pass to the underlying algorithm),...

Regression
Interval
cut

We now have a `ci/travis/36-minimal.yaml` file. I think it would be a good idea to use that one to set some pinned versions (the other yaml file will then always...

In the Apache Arrow project, we have been working the last year on a new Dataset API. (original design document: https://docs.google.com/document/d/1bVhzifD38qDypnSjtf8exvpP3sSB5x_Kw9m-n66FB2c/edit, current python docs: https://arrow.apache.org/docs/python/dataset.html). The dataset API has the...

In the upcoming pyarrow 2.0 release (to be released one of the coming days), there are a few changes that will impact how petastorm is using pyarrow. (note, I am...

### Context Currently our footer is quite minimal, and auto-populated with some Sphinx flags to show things like the copyright etc. However, many sites use the footer to provide contextual...

good first issue

From @kvanderwijst at https://github.com/pandas-dev/pandas/issues/28952#issuecomment-547927331 > Would it be possible to collapse the header to something much smaller (half the size?) when scrolling down? This leaves more room for the actual...

needs discussion

Right now, the layout and CSS is a bit a mess, as a consequence of copy pasting things (eg from the bootstrap docs) to minimally "get things working". But so...

tag: CSS

See https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/configuring.html#configure-switcher-version-match for the explanation of the feature. For the configuration of the version dropdown, you provide a json like ``` [ { "name": "v2.1 (stable)", "version": "2.1" }, ......

Currently, the `index.rst` pages that hold the `toctree` of a sub-part of the doc website, are often very bare pages with just that toctree and are not very useful otherwise....

needs discussion

Ah damn, run into an issue. In the top level documentation we use multiple toctree`s with captions to structure the sections. This is fine in RTD, but pydata-sphinx-theme doesn't take...