brandon-neth

Results 6 issues of brandon-neth

Backing issue: #2898 After 1/8 and 1/10 discussions, implementing core indexing methods for `Series` objects to match Pandas behavior. Methods to implement: - [x] `__getitem__` - [x] `__setitem__` - [x]...

enhancement

This PR adds support for reading and writing potentially multi-dimensional arrays from and to zarr stores. Current support only allows for whole-array IO but future development may add support for...

This pull request (re)implements indexing methods for DataFrames to match the behavior of Pandas indexing. Specifically, the `[]` indexers now index columns by label, `loc` and `at` index rows by...

With the PR to match Arkouda DataFrame indexing to Pandas (#3109), the indexing methods now return `Series` (data plus their indices in the DataFrame) rather than just the data. This...

enhancement

Resolves https://github.com/Cray/chapel-private/issues/6660. Adds support for resolving field initialization where the field is initialized to `nil`, as in ``` class C { var x : int; } record R { var...

If I use hpctoolkit to profile an application, using the `-e MEMLEAK` event flag to gather information about memory allocations/frees/leaks, I cannot read the resulting database with the `from_hpctoolkit` function....