Function try_get_writeable

Source
pub fn try_get_writeable(
    path: &str,
    cloud_options: Option<&CloudOptions>,
) -> Result<Box<dyn WriteClose + Send>, PolarsError>
Available on crate feature polars-io only.
Expand description

Note: Prefer using Writeable / Writeable::try_new where possible.

Open a path for writing. Supports cloud paths.