How to convert a Numpy array into a Pandas Dataframe?

We can use the Pandas.DataFrame() method to convert a Numpy array into a dataframe.

Example