Skip to content

Commit 52ba53b

Browse files
Marco GorelliMarcoGorelli
Marco Gorelli
authored andcommitted
Clean up
1 parent 522c769 commit 52ba53b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/frame.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6260,7 +6260,6 @@ def explode(self, column: Union[str, Tuple]) -> "DataFrame":
62606260
raise ValueError("columns must be unique")
62616261

62626262
column_with_index = self[column].reset_index()
6263-
62646263
result = (
62656264
self.drop([column], axis=1)
62666265
.reset_index()

0 commit comments

Comments
 (0)