Skip to content

Commit b9a596d

Browse files
authored
use nrow and ncol from DataAPI.j (#2856)
1 parent 030759c commit b9a596d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
2525
[compat]
2626
CategoricalArrays = "0.10.0"
2727
Compat = "3.17"
28-
DataAPI = "1.7"
28+
DataAPI = "1.8"
2929
InvertedIndices = "1"
3030
IteratorInterfaceExtensions = "0.1.1, 1"
3131
Missings = "0.4.2, 1"

src/DataFrames.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ import DataAPI,
2121
DataAPI.semijoin,
2222
DataAPI.antijoin,
2323
DataAPI.crossjoin,
24+
DataAPI.nrow,
25+
DataAPI.ncol,
2426
Tables,
2527
Tables.columnindex,
2628
Future.copy!

0 commit comments

Comments
 (0)