Juan Luis Cano Rodríguez
Juan Luis Cano Rodríguez
Looking forward to see https://github.com/pydap/pydap/issues/171#issuecomment-428660925 in the website :)
I find it weird that administrators cannot pre-create the teams. Came here and sorted the issues by most :+1: reactions, was not surprising to see this is the most requested...
> On the other hand, it would also be nice to keep everything together in one place. To that end, would it be possible to host the current user guide...
They don't work as index though: ```python df = pd.DataFrame({ "a": [1, 2, 3, 4], "i": pd.date_range(start=dt.datetime(2019, 1, 1, 0), periods=4, freq="D") }) px.line(df, x="i", y="a") # Works px.line(df.set_index("i"), x=df["i"],...
Hi folks, @matthewfeickert asked me to leave my 2 cents here a few days ago. Basically 2 things: > Dedicated local hardware is the only way I've ever gotten metrics...
I saw that this was introduced in https://github.com/Unidata/netcdf4-python/pull/673, which links to "issue #666", but I guess it's in some old issue tracker because it's a different thing. If `setup_requires` was...
Turns out I was one step away: ```diff diff --git a/setup.py b/setup.py index c2a76da..e2aec1f 100644 --- a/setup.py +++ b/setup.py @@ -2,6 +2,7 @@ import os, sys, subprocess import os.path as...
As a last note, for some reason I was getting a really long compilation error when the `cftime` dependency was being resolved (similar to https://github.com/cython/cython/issues/2730): ``` Searching for cftime Reading...
For the record, I was trying to debug this issue (coming from https://github.com/pydap/pydap/issues/184) "the right way", by cygdb is [so broken](https://github.com/pydap/pydap/issues/184) it's not even funny. I will try with good...
My particular problem was originating in pydap, so probably not related to this issue.