what is the main difference between a pandas series and a single-column dataframe in python code example
Example: pandas series vs dataframe
dataframe (think 2D array) is made up of multiple series (1D array)
dataframe (think 2D array) is made up of multiple series (1D array)