예제 #1
0
    def _preAnalyze(self):
        self._frame = None

        path = CadenceEnvironment.getPath(
            '..', 'statistics', 'output', 'Clustered-Tracks.csv', isFile=True)

        if not os.path.exists(path):
            return

        self._frame = pd.read_csv(path)