Skip to content

Commit

Permalink
Merge pull request #201 from ayushpatnaikgit/docs
Browse files Browse the repository at this point in the history
Remove extra comment on metadata in DataFrames
  • Loading branch information
smishr authored Feb 1, 2023
2 parents 5f5b5f6 + 5978662 commit edc3b70
Showing 1 changed file with 0 additions and 5 deletions.
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`.

0 comments on commit edc3b70

Please sign in to comment.