复制代码def read_json_file_into_pandas_df(self, filename): return pd.read_json(os.path.join(self.src_dir, filename), dtype=np.int8)