nushell/crates/nu-command/src/dataframe/eager
2022-11-10 11:07:38 +13:00
..
append.rs Revert "Make $ on variable names optional (#6434)" (#6446) 2022-09-06 05:42:47 +12:00
columns.rs Remove unnecessary #[allow(...)] annotations (#6870) 2022-10-24 20:12:16 +02:00
describe.rs update polar to 0.25 (#6988) 2022-11-10 11:07:38 +13:00
drop_duplicates.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
drop_nulls.rs Revert "Make $ on variable names optional (#6434)" (#6446) 2022-09-06 05:42:47 +12:00
drop.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
dtypes.rs Remove unnecessary #[allow(...)] annotations (#6870) 2022-10-24 20:12:16 +02:00
dummies.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
filter_with.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
first.rs cmd(df/first): returns the first row by default. (#6312) 2022-08-13 14:08:00 -05:00
get.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
last.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
list.rs Standardise to commands (#5800) 2022-06-17 07:51:50 -05:00
melt.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
mod.rs Rename query dfr -> query df (#6777) 2022-10-16 21:04:48 +02:00
open.rs update polar to 0.25 (#6988) 2022-11-10 11:07:38 +13:00
query_df.rs Rename query dfr -> query df (#6777) 2022-10-16 21:04:48 +02:00
rename.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
sample.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
shape.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
slice.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
sql_context.rs update polar to 0.25 (#6988) 2022-11-10 11:07:38 +13:00
sql_expr.rs update polar to 0.25 (#6988) 2022-11-10 11:07:38 +13:00
take.rs Revert "Make $ on variable names optional (#6434)" (#6446) 2022-09-06 05:42:47 +12:00
to_arrow.rs Support Arrow IPC file format with dataframes (#6548) 2022-09-12 18:30:20 -05:00
to_csv.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
to_df.rs Mildly edited a small handful of help messages (#6868) 2022-10-23 02:02:52 -04:00
to_nu.rs Dataframe with real index (#5892) 2022-06-26 17:32:18 -05:00
to_parquet.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
with_column.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00