kaitiaki.file_handlers.sneplotfile
Classes
Functions
|
Module Contents
- class kaitiaki.file_handlers.sneplotfile.sneplot(file: str = 'sneplot', allow_pad_age: bool = True, row: str = 'all', dummy_object: bool = False)
Bases:
kaitiaki.file_handlers.plotfile.plot- parse_plotfile(fname: str = 'sneplot', row: str = 'all', is_dummy: bool = False)
Parses an sneplot file.
- Parameters:
fname (str) – The sneplot file to load
row (str) – The row to load (obsolute – always pass “all”)
is_dummy (bool) – Whether the dataframe should be empty or not
- Returns:
[description]
- Return type:
[type]
- kaitiaki.file_handlers.sneplotfile.sneplot2(file: str = 'sneplot2', *args, **kwargs)