Highlights
- 12 discussions answered
Pinned
514 contributions in the last year
Less
More
Activity overview
Contribution activity
May 2021
Created 9 commits in 4 repositories
Created a pull request in pydata/xarray that received 18 comments
Add mode="r+" for to_zarr and use consolidated writes/reads by default
mode="r+" only allows for modifying pre-existing array values in a
Zarr store. This makes it a safer default mode when doing a limited
region write…
+351
−210
•
18
comments
Opened 3 other pull requests in 2 repositories
pydata/xarray
2
open
google/xarray-beam
1
merged
Reviewed 17 pull requests in 5 repositories
pydata/xarray 10 pull requests
- Code cleanup
- Flexible indexes: add Index base class and xindexes properties
- Add mode="r+" for to_zarr and use consolidated writes/reads by default
- Disable workflows on forks
- combine_attrs merge errors with compat="minimal" are silenced
- Allow assigning values to a subset of a dataset
- support passing a function to combine_attrs
- also apply combine_attrs to the attrs of the variables
- Add to_pandas method for Dataset
- Add drop_duplicates for dims
h5netcdf/h5netcdf 3 pull requests
google/jax 2 pull requests
zarr-developers/zarr-python 1 pull request
apache/beam 1 pull request
Created an issue in pydata/xarray that received 3 comments
Suggesting specific IO backends to install when open_dataset() fails
Currently, Xarray's internal backends don't get registered unless the necessary dependencies are installed: xarray/xarray/backends/netCDF4_.py …
3
comments