-
http://pandas.pydata.org/
-
Without prefixes for names that live in a global namespace, it's so, so easy to end up with name clashes. What if someone uses this theme but one of their pages loads a third-party JavaScript widget t…
-
This is of course just a subjective opinion, but I find the barlow font being used on napari.org to be less legible, and less attractive than the generic system-ui font-family stack used in the standa…
-
### What is your issue?
Let's continue here the discussion about changing the behavior of Dataset.from_dataframe (see https://github.com/pydata/xarray/pull/8140#issuecomment-1712485626).
> The c…
-
1. Add more intersphinx mappings in `conf.py`:
```
"pandas": ("https://pandas.pydata.org/docs/", None),
"scikit-learn": ("https://scikit-learn.org/stable/", None),
```
And als…
-
0:00 Introduction
2:10 Workflow >> Tools
2:47 Make's design decisions
5:37 Tip #1: Use Git
6:06 Tip #2: Use Virtual Environments
10:52 Tip #3 Virtual environment name == git repo name
11:34 Tip …
-
Since this website was redesigned in 2018, the tradeoffs that led us to choose Nikola at that time have shifted in favor of using Sphinx. This issue will track the progress of moving the HTML generati…
-
This is a boiled down version of https://github.com/matthew-brett/nb2plots/issues/27
The take-home is that adding the following lines in a Sphinx extension:
```python
# myext.py
from docutils…
-
### Summary of Feature
Please add an apply method that can transform a distributed array by a python lambda function.
**Description:**
**Is this a blocking issue with no known work-around…
-
### Problem description
It would be great to be able to read XML into Polars DataFrame, similarly to what pandas offers (https://pandas.pydata.org/docs/reference/api/pandas.read_xml.html).