Function try_get_writeable

Source
pub fn try_get_writeable(
    path: &str,
    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.