ium_444417/src/pythonTest.py
2022-04-06 17:41:58 +02:00

4 lines
61 B
Python

import pandas as pd
abc = pd.array(['a','b','c'])
print(abc)