-
_Issue [JP-3786](https://jira.stsci.edu/browse/JP-3786) was created on JIRA by [Greg Sloan](https://jira.stsci.edu/secure/ViewProfile.jspa?name=gcsloan):_
The latest pipeline release has NaNed all …
-
Thank you for creating awesome library and document!
I'm reading this document and find a following description:
> The `reshape` function is also a concrete instance of the more general function…
-
Since the flat and the grouped component are the same, there should be a way to detect the grouped mode. Most intuitive would be an array of arrays. Partially reported in #232.
-
---
Author Name: **Scott Stagg** (Scott Stagg)
Original Redmine Issue: 5157, https://emg.nysbc.org/redmine/issues/5157
Original Date: 2017-08-18
Original Assignee: Scott Stagg
---
DE frames are no…
-
Inside a Numba-JITed function, users might want to call NumPy functions (`np.*`) on Awkward Arrays that happen to be 1D/simple/flat. Right now, they have to cast such an array with `np.asarray` and th…
-
I have following code in Java:
```
DataFrame orig = session.sql("SELECT 'a b c' AS SEQ");
for (StructField f : orig.schema().fields()) {
System.out.println("ORIG: " + f…
-
rayon 1.10.0
I wrote a small Mandelbrot visualizer including this snippet:
```rust
let data: Vec = num_iterations
.par_iter()
.map(|num_iterations| (counts[*num_iterations as …
-
PG supports multi-dimensional arrays where all data can be stored in a flat memory area. The array must have a single element type. CRDB allows arrays to hold nested arrays as elements. There are curr…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
MultiLineStrings should be represented as [LineString, LineString, ...].
As of HC 12.12 / 13…
-
We've noticed some strange behaviour in the Lightning log viewer where items in arrays are not pretty printed.
In fact,the logger seems to entirely ignore arrays.
## Repro
Run this against c…