Local Source
The LocalSource
will be used for reading files from the local machine.
from seshat.source.local import LocalSource
source = LocalSource(path="path_to_file_in_your_local.csv")
The LocalSource
will be used for reading files from the local machine.
from seshat.source.local import LocalSource
source = LocalSource(path="path_to_file_in_your_local.csv")