4 lines
61 B
Python
4 lines
61 B
Python
|
import pandas as pd
|
||
|
|
||
|
abc = pd.array(['a','b','c'])
|
||
|
print(abc)
|