-
See these: https://executablebooks.org/en/latest/tools.html#a-collection-of-sphinx-extensions
* [sphinx-copybutton](https://sphinx-copybutton.readthedocs.io/)
* [sphinx-togglebutton](https://sphin…
-
I'm looking forward to being easily able to create sparse xarray objects from pandas: https://github.com/pydata/xarray/issues/3206
Are there other xarray APIs that could make good use of sparse arr…
-
- [x] účel
- [x] meetup link
- [x] seznam meetupů včetně popisků a linků na videa
- [ ] kontakt na orgy
- [x] CoC
- [ ] lightning talks
- [ ] PyData kurz
kokes updated
4 years ago
-
are there ways to do this? (having seperate labels and scales for each row/cols)
https://seaborn.pydata.org/generated/seaborn.pairplot.html
-
The PyData ecosystem seems to have settled on [asv](https://asv.readthedocs.io/en/stable/writing_benchmarks.html) for benchmarking.
-
can numba/cffi be used to accelerate vectorized functions in spiceypy?
https://numba.pydata.org/numba-doc/0.15.1/interface_c.html
experiment!
-
While Pint was a reasonably early adopter of [NEP 18 (`__array_function__`)](https://numpy.org/neps/nep-0018-array-function-protocol.html) for array type compatibility, there have been several compati…
-
When feeding `plot_windrose` with a DataFrame with columns: speed, direction, year_month, passing a parameter like `by='year_month'` should plot several plots on same figure (subplots).
```
by = 'yea…
-
I noticed what I think might be a performance bug: should `.compute()` be called on the input data in all the plotting methods (e.g. `plot.pcolormesh()`) like it is in `.plot()` here https://github.co…
-
```
Traceback (most recent call last):
File "kangaroo256-main.py", line 732, in
Sp.append(mul_2a(Sp[k]))
File "kangaroo256-main.py", line 200, in mul_2a
c = A.x * A.x * invert(A.y+A.…