Add dfr before into df and into nu (#585)

It seems that the file is slightly out-of-date.
This commit is contained in:
Antoine Sébert 2023-08-24 13:11:39 +02:00 committed by GitHub
parent 745896c85a
commit 45c051dad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,5 +28,5 @@ export def 'java-cmd abbreviate-classpath' [] {
}
export def join-table [table: table, left_on: string, right_on: string] {
into df | join ($table | into df) $left_on $right_on | into nu
dfr into df | join ($table | dfr into df) $left_on $right_on | dfr into nu
}