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.
1 parent 4ed7f79 commit 92b0defCopy full SHA for 92b0def
Project.toml
@@ -1,7 +1,7 @@
1
name = "DataAPI"
2
uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
3
authors = ["quinnj <[email protected]>"]
4
-version = "1.7.0"
+version = "1.8.0"
5
6
[compat]
7
julia = "1"
src/DataAPI.jl
@@ -223,4 +223,18 @@ function semijoin end
223
function antijoin end
224
function crossjoin end
225
226
+"""
227
+ nrow(t)
228
+
229
+Return the number of rows of table `t`.
230
231
+function nrow end
232
233
234
+ ncol(t)
235
236
+Return the number of columns of table `t`.
237
238
+function ncol end
239
240
end # module
0 commit comments