Skip to content

Commit

Permalink
test: documenter
Browse files Browse the repository at this point in the history
  • Loading branch information
ianna authored May 29, 2024
1 parent 5e7a6ad commit 0e2e1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This package is a complete, one-to-one implementation of the Awkward Array data

Beyond communication with Python, columnar memory layouts have some advantages: data in an Awkward Array is less fragmented than the equivalent `Vectors` of `Vectors`, `NamedTuples`, `Missing`, and `Union` data of the built-in Julia types. Other, well-established packages provide some of these capabilities: [ArraysOfArrays.jl](https://github.com/JuliaArrays/ArraysOfArrays.jl) does `Vectors` of variable-length `Vectors`, and [StructArrays.jl](https://github.com/JuliaArrays/StructArrays.jl) toggles between array-of-structs/struct-of-arrays like Awkward records do, but Awkward Arrays represent a closure over a large suite of data types:

* booleans/numbers/dates/times
* booleans / numbers / dates / times
* variable-length and regular-sized lists
* structs with named (record) and unnamed (tuple) fields
* missing data in a variety of representations (bit vectors, byte vectors, union-indexes)
Expand Down

0 comments on commit 0e2e1fd

Please sign in to comment.