We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f0fff commit 010a836Copy full SHA for 010a836
zarp/samples/sample_record_processor.py
@@ -43,7 +43,6 @@ def append_df(
43
"""
44
LOGGER.debug("Appending sample records...")
45
df_sanitized = self._sanitize_df(df=df, **kwargs)
46
- original_columns = self.records.columns.copy()
47
self.records: pd.DataFrame = pd.concat(
48
[self.records, df_sanitized],
49
ignore_index=False,
0 commit comments