Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove extra comment on metadata in DataFrames #201

Merged
merged 2 commits into from
Feb 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions docs/src/man/dataframes.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,3 @@ proves useful for using inside functions such as [`bootweights`](@ref) or
[`mean`](@ref). Mainly, the functions used are
[`groupby`](https://dataframes.juliadata.org/stable/lib/functions/#DataFrames.groupby)
and [`combine`](https://dataframes.juliadata.org/stable/lib/functions/#DataFrames.combine).

Now that support for [metadata](https://dataframes.juliadata.org/stable/lib/metadata/)
was introduced in `DataFrames.jl`, it becomes possible to use metadata in
`Survey.jl` to reduce space complexity. For example, stratification and clustering
information could be stored as metadata of the `DataFrame` passed through `data`.