nushell/crates/nu-cmd-dataframe/src/dataframe/eager
Jack Wright bf5bd3ff10
"merging into one dfr into-nu command" (#9858)
- fixes #9806

# Description

Merges ExprAsNu command and ToNu into one command. 

# User-Facing Changes

As both commands were overloading ```dfr into-nu``` there are no user
facing changes

---------

Co-authored-by: Jack Wright <jack.wright@disqo.com>
2023-07-29 15:23:31 -05:00
..
append.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
columns.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
drop_duplicates.rs allow tables to have annotations (#9613) 2023-07-07 11:06:09 +02:00
drop_nulls.rs allow tables to have annotations (#9613) 2023-07-07 11:06:09 +02:00
drop.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
dtypes.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
dummies.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
filter_with.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
first.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
get.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
last.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
list.rs move dataframe commands to nu-cmd-dataframe (#9241) 2023-05-19 10:56:08 -07:00
melt.rs allow tables to have annotations (#9613) 2023-07-07 11:06:09 +02:00
mod.rs Adding JSON lines file support to dataframes (#9291) 2023-05-26 16:32:37 -05:00
open.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
query_df.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
rename.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
sample.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
shape.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
slice.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
sql_context.rs Apply nightly clippy lints (#9654) 2023-07-12 00:00:31 +02:00
sql_expr.rs update sqlparser dep to 0.34 (#9549) 2023-06-28 09:54:08 -05:00
summary.rs allow tables to have annotations (#9613) 2023-07-07 11:06:09 +02:00
take.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
to_arrow.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
to_csv.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
to_df.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
to_json_lines.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
to_nu.rs "merging into one dfr into-nu command" (#9858) 2023-07-29 15:23:31 -05:00
to_parquet.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
with_column.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00