nushell/crates/nu-cmd-dataframe/src/dataframe/eager
Matthias Q cea67cb30b
Allow for .parq file ending as alternative to .parquet (#10112)
# Description

Many systems like Hadoops HDFS store parquet files with the short
variant `.parq`. It is quite annoying to rename these file before
opening them with nushell. This PR lets nushell accept .parq alongside
.parquet file endings.


# User-Facing Changes
Not sure if this is applicable here.

# Tests + Formatting

Make sure you've run and fixed any issues with these commands:

- `cargo fmt --all -- --check` to check standard code formatting (`cargo
fmt --all` applies these changes) - ✔️
- `cargo clippy --workspace -- -D warnings -D clippy::unwrap_used` to
check that you're using the standard code style - ✔️
- `cargo test --workspace` to check that all tests pass -  (fails on
none related test)
- `cargo run -- -c "use std testing; testing run-tests --path
crates/nu-std"` to run the tests for the standard library -
✔️
2023-08-24 15:57:33 -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 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 Create Record type (#10103) 2023-08-25 07:50:29 +12: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 Improve type hovers (#9515) 2023-06-29 05:19:48 +12: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 update sqlparser dep to 0.34 (#9549) 2023-06-28 09:54:08 -05:00
summary.rs Spanned Value step 1: span all value cases (#10042) 2023-08-25 08:48:05 +12:00
take.rs Spanned Value step 1: span all value cases (#10042) 2023-08-25 08:48:05 +12:00
to_arrow.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
to_avro.rs Add additional span to IncorrectValue error (#10036) 2023-08-18 20:47:05 +03: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 Create Record type (#10103) 2023-08-25 07:50:29 +12:00
to_parquet.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
with_column.rs Spanned Value step 1: span all value cases (#10042) 2023-08-25 08:48:05 +12:00