Skip to content

Commit a5c4021

Browse files
author
Michael Abbott
committed
add readme note
1 parent 23fafbd commit a5c4021

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ while `A.keys isa Tuple` for matrices & higher. But `axiskeys(A)` always returns
140140
* Named tuples can be converted to and from keyed vectors,
141141
with `collect(keys(nt)) == Symbol.(axiskeys(V),1)`
142142

143+
* The [Tables.jl](https://github.com/JuliaData/Tables.jl) interface is supported,
144+
with `wrapdims(df, :val, :x, :y)` creating a matrix from 3 columns.
145+
143146
* [FFTW](https://github.com/JuliaMath/FFTW.jl)`.fft` transforms the keys;
144147
if these are times such as [Unitful](https://github.com/PainterQubits/Unitful.jl)`.s`
145148
then the results are fequency labels. ([PR#15](https://github.com/mcabbott/AxisKeys.jl/pull/15).)

0 commit comments

Comments
 (0)