From 1b8a546a46083dd04dba713fc792bd40a802f295 Mon Sep 17 00:00:00 2001 From: rafaqz Date: Fri, 19 Jan 2024 19:49:56 +0100 Subject: [PATCH] comment rather than doc --- src/DataAPI.jl | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/DataAPI.jl b/src/DataAPI.jl index 84bb7d3..95604d1 100644 --- a/src/DataAPI.jl +++ b/src/DataAPI.jl @@ -522,15 +522,8 @@ Return the row number of `row` in the source table. """ function rownumber end -""" - groupby(obj, args...; kw...) - -Group `obj` into partitions specified by `args` and `kw`, -which may vary according to the implementation for `obj`. - -To avoid type piracy and method ambiguities, implementations of `groupby` -must restrict the first argument to a type defined in the same package. -""" +# To avoid type piracy and method ambiguities, implementations of `groupby` +# must restrict the first argument to a type defined in the same package. function groupby end end # module