pub fn try_get_writeable(
addr: PlPathRef<'_>,
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.