Published February 12, 2020
| Version v1.0.0
Software
Open
JuliaData/Tables.jl: v1.0.0
Authors/Creators
- 1. University of California, Berkeley
- 2. Franch Institute for Demographic Studies (Ined)
- 3. @omnisci
- 4. University of Virginia
- 5. @LoonAnalytics, @JuliaComputing
- 6. Massachusetts Institute of Technology
- 7. National Chiao Tung University
- 8. Invenia Technical Computing
- 9. Warsaw School of Economics
- 10. @FugroRoames
Description
Tables v1.0.0
Closed issues:
- Support setproperty as well to modify columns in place (#11)
- Nesting (#13)
- wrapper for unknown schema, propertynames consistency (#33)
- Compute sortperm of a table (#49)
- Add a way to specify which columns are sorted (#52)
- Avoid type piracy via getproperty (#64)
- Should
Rowobjects be required to support iteration (#75) - make allocatecolumn preserve levels of CategoricalValue (#99)
- Support types from Base.Iterators as columns (#101)
- [Feature Request] API for accessing rows (#103)
- Additional Walkthroughs of making a Table type (#114)
- Documentation on "How to test Table type" (#115)
- Case of LazyArrays and Tables.materializer (#122)
- Is there a Tables.jl equivalent of
DataFrames.jl'sview(df, rows, :)(#123) - add
nrowandncol(#124) - Bug in column iteration for
Tables.columns(Tables.table(m::AbstractMatrix))(#125) - Implement trait types? (#129)
- Implement schema for views of row-tables (#130)
- Support Vector{Dict} as a Table format (#132)
- Feature request: trait
isrowtable(#134) - API clarification request: space/time complexity of
rows(table)andcolumns(table)(#135)
Merged pull requests:
- Add lazy Filter operation (#113) (@quinnj)
- Make README example into valid Julia code (#121) (@randyzwitch)
- Add Tables interface to RowIterator (#126) (@tkf)
- Tables API enhancement (#131) (@quinnj)
- Document expected space/time complexity (#136) (@tkf)
- Install TagBot as a GitHub Action (#139) (@JuliaTagBot)
- Add Tables.isrowtable for convenience. Fixes #134 (#140) (@quinnj)
- Define: isrowtable(::Type{<:RowTable}) = true (#141) (@tkf)
- Idea: don't use types for documenting Row and Columns? (#142) (@tkf)
- Fix markdown tables (#143) (@tkf)
- Add explicit tests for sparse matrix (#145) (@quinnj)
- Remove operations.jl in favor of TableOperations.jl (#146) (@quinnj)
- Add Tables.Row/Tables.Columns types for convenience. We also clarify … (#147) (@quinnj)
Files
JuliaData/Tables.jl-v1.0.0.zip
Files
(34.0 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:04485ce04083b8b2ff6841c2f3015ce0
|
34.0 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/JuliaData/Tables.jl/tree/v1.0.0 (URL)