We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d7e08 commit e84a200Copy full SHA for e84a200
1 file changed
pandas/core/strings/object_array.py
@@ -533,4 +533,5 @@ def f(x):
533
else:
534
return empty_row
535
536
- return [f(val) for val in np.asarray(self)]
+ return [f(val) for val in np.asarray(self)]
537
+## making a change that changes nothing to make sure I can push correctly
0 commit comments