(self)
| 100 | return self |
| 101 | |
| 102 | def reset(self): |
| 103 | self.operator_step = -1 |
| 104 | return self |
| 105 | |
| 106 | def _load_local_file(self, file_path: str, file_type: str) -> pd.DataFrame: |
| 107 | """Load data from local file based on file type.""" |
nothing calls this directly
no outgoing calls
no test coverage detected