We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fafbd commit a5c4021Copy full SHA for a5c4021
README.md
@@ -140,6 +140,9 @@ while `A.keys isa Tuple` for matrices & higher. But `axiskeys(A)` always returns
140
* Named tuples can be converted to and from keyed vectors,
141
with `collect(keys(nt)) == Symbol.(axiskeys(V),1)`
142
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
+
146
* [FFTW](https://github.com/JuliaMath/FFTW.jl)`.fft` transforms the keys;
147
if these are times such as [Unitful](https://github.com/PainterQubits/Unitful.jl)`.s`
148
then the results are fequency labels. ([PR#15](https://github.com/mcabbott/AxisKeys.jl/pull/15).)
0 commit comments