Skip to content

Commit a4ec326

Browse files
committed
fix copy param
1 parent c2fd96d commit a4ec326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/string_.py

Lines changed: 1 addition & 1 deletion
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)