In [1]:
import pandas as pd

In [2]:
import numpy as np

In [6]:
np.array([1, 2, 3])


Out[6]:
array([1, 2, 3])