Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
SamRWest committed Feb 27, 2024
1 parent 1e62b45 commit 9300148
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xl2times/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def explode(df, data_columns):
f"Dataframe has duplicated columns: {df.columns[df.columns.duplicated()]}"
)

dfo = df.copy()
data = df[data_columns].values.tolist()
other_columns = [
colname for colname in df.columns.values if colname not in data_columns
Expand Down

0 comments on commit 9300148

Please sign in to comment.