Skip to content

Commit ae36cf7

Browse files
committed
BUG fix GH#61155 with test case for list of lists handling
1 parent fc4653d commit ae36cf7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
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)