We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c6404 commit 750fc51Copy full SHA for 750fc51
Python_pandas_op/stringtest.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