0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of https://github.com/HarlanH/JuliaData More... almost 12 years ago
Fix a bug in csvDataFrame and another in names!. More... almost 12 years ago
Merge branch 'refs/heads/grouped_columns' More... almost 12 years ago
clean up show/dump of column groups More... almost 12 years ago
Use better method for converting an Array to DataFrame. More... almost 12 years ago
Refactor using code review comments. More... almost 12 years ago
Add a test having a transformation and interactions. More... almost 12 years ago
First pass at interaction terms in formulas. More... almost 12 years ago
Fix typo it test. More... almost 12 years ago
Added `DataFrameDataStream` and `colmeans(ds::DataStream)`. More... almost 12 years ago
Revised specs More... almost 12 years ago
Minimal spec and code for DataStream More... almost 12 years ago
Added `get_group`, `get_groups`, `set_groups` and fix `del` when there are column groups. More... almost 12 years ago
Change row skip-range referencing to the DataVec level. More... almost 12 years ago
skip-ranges in row refs for DFs More... almost 12 years ago
Make Indexes work with more general Ranges: df[1:2:end]. More... almost 12 years ago
Fixed `length` and added `ndims` per Julia issue #1066 and JuliaData issue #32. More... almost 12 years ago
Reverting "Grouped data columns, implementing issue #36." Revert "Grouped data columns, implementing issue #36." More... almost 12 years ago
Removed numel() for DF's. It's an alias for length. More... almost 12 years ago
Merge branch 'length_fix' More... almost 12 years ago
Redefine length as nrow*ncol to make df[3,:] work. More... almost 12 years ago
Grouped data columns, implementing issue #36. More... almost 12 years ago
Grouped data columns, implementing issue #36. More... almost 12 years ago
Add an indexing class for AbstractVectors. More... almost 12 years ago
Modify a test to cover issue #10. More... almost 12 years ago
Fix to complete issue #10 -- DataFrame constructor that repeats unequal-lengthed vectors. More... almost 12 years ago
Fix issue #14 SubDataFrame checks in constructor. More... almost 12 years ago
Fix colwise to keep keyed columns for colwise(groupby(df7, "d2"), [:sum, :length]). More... almost 12 years ago
Add hcat & vcat. Remove the last of cbind!. More... almost 12 years ago
Change cbind(df1,df2) to create a new DF with references to columns of df1 & df2. More... almost 12 years ago