Skip to content

Commit

Permalink
fix: no source argument in arrow package
Browse files Browse the repository at this point in the history
  • Loading branch information
ddotta committed Apr 26, 2024
1 parent b91cb70 commit 1dcea0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/content/benchmarking/_from_unique_parquet.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ toc()
arrow_eager <- function(variables) {
result <- arrow::read_parquet(source = "Datasets/DataMultiTypes.parquet") |>
result <- arrow::read_parquet("Datasets/DataMultiTypes.parquet") |>
mutate(
# Conversion of 2 columns to Date format
Expand Down

0 comments on commit 1dcea0a

Please sign in to comment.