Skip to content

Commit

Permalink
Update dataframe.py
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar authored Sep 13, 2021
1 parent 08a816c commit f3f134d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/cudf/cudf/core/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,6 @@ def _concat(
+ [f._data[name] if name in f._data else None for name in names]
for f in objs
]
# import pdb;pdb.set_trace()

# Get a list of the combined index and table column indices
indices = list(range(functools.reduce(max, map(len, columns))))
Expand Down

0 comments on commit f3f134d

Please sign in to comment.