pub trait SerWriter<W> where W: Write, { fn new(writer: W) -> Self; fn finish(self, df: &mut DataFrame) -> Result<(), PolarsError>; }