We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
groupby
1 parent b1e6855 commit d6d1b05Copy full SHA for d6d1b05
Project.toml
@@ -1,7 +1,7 @@
1
name = "DataAPI"
2
uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
3
authors = ["quinnj <[email protected]>"]
4
-version = "1.15.0"
+version = "1.16.0"
5
6
[compat]
7
julia = "1"
src/DataAPI.jl
@@ -522,4 +522,8 @@ Return the row number of `row` in the source table.
522
"""
523
function rownumber end
524
525
+# To avoid type piracy and method ambiguities, implementations of `groupby`
526
+# must restrict the first argument to a type defined in the same package.
527
+function groupby end
528
+
529
end # module
0 commit comments