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 fc4653d commit ae36cf7Copy full SHA for ae36cf7
pandas/tests/arrays/test_string_array.py
@@ -0,0 +1,5 @@
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
0 commit comments