IterableTables.jl
IterableTables.jl copied to clipboard
Implementations of the TableTraits.jl interface for various packages
[DocumentFormat.jl](https://github.com/julia-vscode/DocumentFormat.jl) would suggest these formatting changes
So I'm just trying to get Gadfly to plot an IndexedTable I've produced with the JuliaDB.table function. The IterableTables documentation claims to support JuliaDB tables as data sources and Gadfly...
For the DifferentialEquations.jl iterator, it seems that ``` using OrdinaryDiffEq f_2dlinear = (du,u,p,t) -> du.=1.01u prob = ODEProblem(f_2dlinear,rand(2,2),(0.0,1.0)) sol1 =solve(prob,Tsit5()) using IterableTables, DataFrames df = DataFrame(sol1) ``` works, but ```...
Currently `SubDataFrames` are not iterable tables, which is unfortunate as it's actually surprisingly clumsy to convert them to `DataFrames`. The current method to iterate on `DataFrames` could probably have a...
IterableTables defines a fallback when trying to use StatsModel formulas with something other than a `DataFrame` [here](https://github.com/davidanthoff/IterableTables.jl/blob/master/src/integrations/statsmodels-missing.jl#L6). For the sake of reducing type piracy, this methods could live in StatsModel...
Hello, I'm using [FreqTables.jl](https://github.com/nalimilan/FreqTables.jl) freqtable. This function outputs [NamedArray](https://github.com/davidavdav/NamedArrays.jl) objects. Maybe it could be a good idea to add support for NamedArrays into IterableTables. Kind regards
https://github.com/xiaodaigh/fstformat.jl Ultimately, I'd like to use Query.jl syntax on FST files. I think integrating them here needs to be the first step?
Would be nice if one could just pipe a table to the clipboard in some way.
Some relevant links: https://cran.r-project.org/web/packages/tables/vignettes/tables.pdf https://cran.r-project.org/web/packages/tangram/index.html https://gist.github.com/leeper/f9cfbe6bd185763762e126a4d8d7c286 http://haozhu233.github.io/kableExtra/awesome_table_in_pdf.pdf https://github.com/haozhu233/kableExtra