What is the difference between read, scan, and sink in polars?
03:45 20 Mar 2024

In polars I see methods are read, scan and sink for the input.

For the output, we have write.

What is the difference between read, scan, and sink ?

https://docs.pola.rs/py-polars/html/reference/io.html

enter image description here

python dataframe python-polars