mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-02 07:07:46 +00:00
Add dfr
before into df
and into nu
(#585)
It seems that the file is slightly out-of-date.
This commit is contained in:
parent
745896c85a
commit
45c051dad0
1 changed files with 1 additions and 1 deletions
|
@ -28,5 +28,5 @@ export def 'java-cmd abbreviate-classpath' [] {
|
||||||
}
|
}
|
||||||
|
|
||||||
export def join-table [table: table, left_on: string, right_on: string] {
|
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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue