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