pub fn try_get_writeable(
addr: PlPathRef<'_>,
cloud_options: Option<&CloudOptions>,
) -> Result<Box<dyn WriteClose + Send>, PolarsError>Expand description
Note: Prefer using Writeable / Writeable::try_new where possible.
Open a path for writing. Supports cloud paths.