Skip to content

Commit

Permalink
Fix/remove references to JuliaStats (#21)
Browse files Browse the repository at this point in the history
These either should have been changed to JuliaData, or the mentions should
have been removed completely. DataFramesMeta in particular does not currently
support DataTables, though we might update it at some point.

This should fix uploading the online manual.
  • Loading branch information
nalimilan authored and rofinn committed Aug 17, 2017
1 parent 30d7cfd commit 0f46272
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion docs/src/man/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,4 @@ In the next section, we'll discuss generic I/O strategy for reading and writing

While the `DataFrames` package provides basic data manipulation capabilities, users are encouraged to use the following packages for more powerful and complete data querying functionality in the spirit of [dplyr](https://github.com/hadley/dplyr) and [LINQ](https://msdn.microsoft.com/en-us/library/bb397926.aspx):

- [DataFramesMeta.jl](https://github.com/JuliaStats/DataFramesMeta.jl) provides metaprogramming tools for `DataFrames` and associative objects. These macros improve performance and provide more convenient syntax.
- [Query.jl](https://github.com/davidanthoff/Query.jl) provides a LINQ like interface to a large number of data sources, including `DataFrame` instances.
4 changes: 0 additions & 4 deletions src/groupeddataframe/grouping.jl
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ See the following for additional split-apply-combine operations:
Piping methods `|>` are also provided.
See the
[DataFramesMeta](https://github.com/JuliaStats/DataFramesMeta.jl)
package for more operations on GroupedDataFrames.
### Examples
```julia
Expand Down

0 comments on commit 0f46272

Please sign in to comment.