Skip to content

Commit 3821524

Browse files
authored
Update modify-columns.py3
1 parent 1518f1f commit 3821524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python3/modify-columns.py3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Time: O(n)
2-
# Space: O(n)
2+
# Space: O(1)
33

44
import pandas as pd
55

0 commit comments

Comments
 (0)