Skip to content

Commit

Permalink
Use DataAPI.rownumber instead of DataFrames' rownumber (#3322)
Browse files Browse the repository at this point in the history
  • Loading branch information
VEZY authored May 12, 2023
1 parent 4cb4d86 commit 3aa0067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
[compat]
CategoricalArrays = "0.10.0"
Compat = "4.2"
DataAPI = "1.14.0"
DataAPI = "1.15.0"
InlineStrings = "1.3.0"
InvertedIndices = "1.3"
IteratorInterfaceExtensions = "0.1.1, 1"
Expand Down
1 change: 1 addition & 0 deletions src/DataFrames.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ import DataAPI,
DataAPI.colmetadata!,
DataAPI.deletecolmetadata!,
DataAPI.emptycolmetadata!,
DataAPI.rownumber,
Tables,
Tables.columnindex,
Future.copy!
Expand Down

0 comments on commit 3aa0067

Please sign in to comment.