Tags: JuliaData/TableOperations.jl
Tags
## TableOperations v1.2.0 [Diff since v1.1.0](v1.1.0...v1.2.0) **Closed issues:** - schema fails when selecting columns from a really wide table (#20) - `joinpartitions` should take a `promote` kwarg (#26) **Merged pull requests:** - Updated README (#23) (@TheRoniOne) - Include `joinpartitions` in the README (#24) (@rofinn) - Add promote argument to `joinpartitions` (#27) (@rofinn) - Bump minor release (#28) (@rofinn)
## TableOperations v1.1.0 [Diff since v1.0.0](v1.0.0...v1.1.0) **Closed issues:** - Some uses of `Tables.` in doc strings should be `TableOperations.`? (#18) **Merged pull requests:** - Replace Tables. by TableOperations. in docs (#19) (@dmbates) - Implemented dropmissing functionality (#21) (@TheRoniOne) - Allow select to work on super-wide tables (#22) (@quinnj)
## TableOperations v1.0.0 [Diff since v0.3.0](v0.3.0...v1.0.0) **Closed issues:** - `narrow_types!` operation to wrangle Any columns (#9) **Merged pull requests:** - Add TableOperations.makepartitions functionality (#13) (@quinnj) - Add narrowtypes functionality (#14) (@quinnj) - Add closing quote to version string. (#15) (@CarlColglazier)