Skip to content

Commit e4303bd

Browse files
author
Marco Gorelli
committed
Clean up
1 parent ed1859f commit e4303bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/frame.py

-1
Original file line numberDiff line numberDiff line change
@@ -6244,7 +6244,6 @@ def explode(self, column: Union[str, Tuple]) -> "DataFrame":
62446244
raise ValueError("columns must be unique")
62456245

62466246
column_with_index = self[column].reset_index()
6247-
62486247
result = (
62496248
self.drop([column], axis=1)
62506249
.reset_index()

0 commit comments

Comments
 (0)