We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae36cf7 commit fb965e7Copy full SHA for fb965e7
pandas/tests/arrays/test_string_array.py
@@ -1,5 +1,3 @@
1
import pandas as pd
2
print(pd.array([list('test'), list('words')], dtype='string'))
3
-print(pd.array([list('test'), list('word')], dtype='string'))
4
-
5
+print(pd.array([list('test'), list('word')], dtype='string'))
0 commit comments