-
@andersy005 I think it would be good to keep a running list of NamedArray tasks. I'll start with a rough sketch, please update/edit as you like.
- [x] Refactor out `NamedArray` base class (#8075)
…
-
Hi! One of our community members directed my attention to your page, and we at Pydata Copenhagen would love to be a part of it!
I didn't really see any guidelines for joining - is it simply making …
-
```python
flights_data["is_passenger"] = [True for i in range(len(flights_data))]
flights_data["is_passenger"] = True
```
Это одинаково работать будет
-
With the new default string dtype in pandas 3.0, we should update the documentation to properly reflect this. The main page about working with string data is https://pandas.pydata.org/pandas-docs/vers…
-
https://pandas.pydata.org/docs/getting_started/index.html#intro-to-pandas
This issue exists on 2.2 and the 2.3.x branch but not main. I think this is not worth fixing for 2.2 (would require a relea…
-
hey folks! I end up coming to the docs a fair amount (though often not soon enough, usually). It would be lovely if the docs were a little bit nicer on the eyes... recently, I've been trending towards…
-
Currently, `NumpyMatrixOperator` supports NumPy arrays and SciPy sparse matrices. It would be good to also add support for [pydata/sparse](https://github.com/pydata/sparse) arrays, as SciPy did in ver…
pmli updated
3 months ago
-
### Comment:
Is it worth limiting compatibility with numpy 2.1?
On my personal package, I already limit to numpy 1.X so I don't hit it so much, but I feel like some others might be hitting
http…
-
### Description
FLASC makes extensive use of pandas. Currently many of the scripts in flasc use warning suppressions, and many of these are warning about changes made to copies to dataframes. Beg…
-
`mypy` has begun reporting a new error without any changes to the underlying code or from what I can tell any changes in the versions of the `mypy` packages installed.
```
virtualizarr/readers/com…