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
Allow strings and symbols with based_on(d::Associative). More... almost 12 years ago
Add string or symbol capability to within!(d::Associative). More... almost 12 years ago
Added length checking on column assignment. More... almost 12 years ago
Bug fixes for NamedArray. More... almost 12 years ago
A NamedArray type. More... almost 12 years ago
Cleanups. More... almost 12 years ago
Add DataFrame(ex::Expr). More... almost 12 years ago
Miscellaneous little improvements. More... almost 12 years ago
Improve speed of show(d::DataFrame). More... almost 12 years ago
Added some methods for AbstractDataFrame and DataFrame. Made show work for SubDataFrame. Updated show(d::GroupedDataFrame). More... almost 12 years ago
cleanup to Index; replace index with ref More... almost 12 years ago
Merge branch 'DataPlaying' of git://github.com/tshort/julia into DataFrameReorg More... almost 12 years ago
Merge branch 'DataFrameReorg' of git://github.com/tshort/julia into DataFrameReorg More... almost 12 years ago
replace all _find_first with base findfirst More... almost 12 years ago
Fix ref(df6,2,"C")=="two" FAILED. More... almost 12 years ago
Finished replacing colnames with a colindex. Most tests pass. More... almost 12 years ago
Fix groupby bug and a bug when indexing by a DataVec. More... almost 12 years ago
Change summarise() to based_on(). More... almost 12 years ago
Add with, within, and summarise for Associatives. More... almost 12 years ago
More cleanups. More... almost 12 years ago
Bug fix and algorithm change to improve the speed of summarise plus some cleanups. More... almost 12 years ago
Minor cleanups. More... almost 12 years ago
Mostly working addition of Index for row and column indexing of DFs. More... almost 12 years ago
Merge branch 'Data' of https://github.com/HarlanH/julia into DataPlaying More... almost 12 years ago
Minor cleanup. More... almost 12 years ago
Merge branch 'DataPlaying' of git://github.com/tshort/julia into tshort More... almost 12 years ago
allow groupby() to work if there are NAs in the split columns More... almost 12 years ago
Fix summarise problem due to DataFrame(Dict()). More... almost 12 years ago
Make groupby() parametric. More... almost 12 years ago
Delete incomplete function. More... almost 12 years ago