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 c392dc0 commit 568aee4Copy full SHA for 568aee4
src/dataset/getindex.jl
@@ -27,8 +27,8 @@ _onebased_check_error(i, col) =
27
"column $i has starting index equal to $(firstindex(col))"))
28
29
# note: these type assertions are required to pass tests
30
-nrow(ds::Dataset) = ncol(ds) > 0 ? length(_columns(ds)[1])::Int : 0
31
-ncol(ds::Dataset) = length(index(ds))
+DataAPI.nrow(ds::Dataset) = ncol(ds) > 0 ? length(_columns(ds)[1])::Int : 0
+DataAPI.ncol(ds::Dataset) = length(index(ds))
32
33
##############################################################################
34
##
0 commit comments