nushell/crates/nu-cmd-dataframe/src/dataframe/eager
Stefan Holderbach a14e9e0a2e
Invert &Options to Option<&T> (#10315)
Elide the reference for `Copy` type (`usize`)
Use the canonical deref where possible.
* `&Box` -> `&`
* `&String` -> `&str`
* `&PathBuf` -> `&Path`

Skips the ctrl-C handler for now.
2023-09-13 07:00:58 +08:00
..
append.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
columns.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07: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 Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
dummies.rs Updating polars and sqlparser versions (#10114) 2023-08-30 00:13:34 +02:00
filter_with.rs Spanned Value step 1: span all value cases (#10042) 2023-08-25 08:48:05 +12:00
first.rs Merged overloaded commands (#9860) 2023-07-31 07:34:12 -05:00
get.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
last.rs Merged overloaded commands (#9860) 2023-07-31 07:34:12 -05:00
list.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
melt.rs allow tables to have annotations (#9613) 2023-07-07 11:06:09 +02:00
mod.rs Expose polars avro support (#10019) 2023-08-15 20:31:49 -05:00
open.rs Allow for .parq file ending as alternative to .parquet (#10112) 2023-08-24 15:57:33 -05:00
query_df.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
rename.rs Spanned Value step 1: span all value cases (#10042) 2023-08-25 08:48:05 +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 Invert &Options to Option<&T> (#10315) 2023-09-13 07:00:58 +08:00
summary.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
take.rs Spanned Value step 1: span all value cases (#10042) 2023-08-25 08:48:05 +12:00
to_arrow.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
to_avro.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
to_csv.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
to_df.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
to_json_lines.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
to_nu.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
to_parquet.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
with_column.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00