load¶
Defined in fynance.data
- load(path, source='auto', **kwargs)[source]
Load a file into a
PriceSeries(or mapping for multi-column).- Parameters:
- pathstr or pathlib.Path
File to read.
- sourcestr
Adapter name, or
"auto"to select by file extension.- **kwargs
Forwarded to the adapter’s
load.