-
with Arrow.jl 1.3,
```julia
julia> using Arrow, Tables
julia> table = (; col1 = [["a"], ["a"]])
(col1 = [["a"], ["a"]],)
julia> Arrow.write("test.arrow", table)
"test.arrow"
julia> table2…
-
(transferred from https://github.com/beacon-biosignals/OldOndaEDF.jl/issues/5)
-
It would be convenient for e.g. `span::TimeSpan + Second(1)` to just translate `span` over by a second
-
E.g.
```julia
julia> using Arrow, UUIDs
julia> table = (;x = [uuid4() for _ = 1:5]) …
-
Hi! I'm doing my thesis on BITalino biosignals acquisition.
What I'm trying to do is collecting the data through the sensor and create different files depending on the signal.
My professor suggested…
-
Very interesting open-access paper and toolbox by [Nabian et al. (2018)](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6231905/), with a similar scope to NK (but for [matlab](https://www.mathworks.com/…
-
```julia
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | …
kolia updated
3 years ago
-
using the example from https://github.com/beacon-biosignals/Onda.jl/blob/b8400b011cafbdef2a9909367f8d9c56ef1aacf4/examples/tour.jl#L72, if we read in the resulting Arrow table and let it print to the …
-
**Submitting author:** @JanCBrammer (Jan C. Brammer)
**Repository:** https://github.com/JanCBrammer/biopeaks
**Version:** v1.4.1
**Editor:** @oliviaguest
**Reviewer:** @TomDonoghue, @sappelhoff, @j…
-
I'm trying to use AWS.jl from within a K8s pod that is running with a [IAM-role-linked ServiceAccount](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html) (see also: …