Skip to content

Commit 750fc51

Browse files
committed
Added test file for Bug fix pandas-dev#61155
1 parent d1c6404 commit 750fc51

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Python_pandas_op/stringtest.py

+5
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)