Skip to content

Commit 28f9012

Browse files
committed
fix copy param
1 parent 6e12553 commit 28f9012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/string_.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def _validate(self):
195195
)
196196

197197
@classmethod
198-
def _from_sequence(cls, scalars, dtype=None, copy=True):
198+
def _from_sequence(cls, scalars, dtype=None, copy=False):
199199
if dtype:
200200
assert dtype == "string"
201201

0 commit comments

Comments
 (0)