Skip to content

Commit e27434d

Browse files
author
Marco Gorelli
committed
Clean up
1 parent c7f9859 commit e27434d

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
@@ -6245,7 +6245,6 @@ def explode(self, column: Union[str, Tuple]) -> "DataFrame":
62456245
raise ValueError("columns must be unique")
62466246

62476247
column_with_index = self[column].reset_index()
6248-
62496248
result = (
62506249
self.drop([column], axis=1)
62516250
.reset_index()

0 commit comments

Comments
 (0)