Jack Wright
Jack Wright
I hit this when working with a schema that defines the following: ```json { "name": "metadata", "type": "map", "values": "string", "doc": "List of metadata items." } ```` From io/avro/read/schema: 85...
WIP/POC Wrap calls to Command::run in a newly introduced run_command function. This function wraps the call to run in a wrap_unwind and generates a ShellError::CommandPanic if the command fails. This...
WIP. Provides the ability to cast one dataframe columns:
Certain operations will cause polars to panic when calling collect(). One such case is when trying to perform a group-by on a column of object dtype. When polars panics, if...
Completion support for [Nushell](https://nushell.sh). Besides the tests included, I have also tested against minikube.
### Describe the bug As discovered by @maxim-uvarov: here is also some error. I guess quantiles should be provided as a list. Also, I noticed than in python api they...
### Describe the bug Discovered by @maxim-uvarov Converting to a dataframe with null and numeric values results in the dataframe column being of dtype object. Futhermore, when attempting to apply...
WIP # Description Provides the ability to use http commands as part of a pipeline. Additionally, this pull requests extends the pipeline metadata to add a content_type field. The content_type...