How is pandas\' backend implemented? I am aware that pandas DataFrame is column-mayor and that a that it is bascially a list of pandas Series. But how
DataFrame
Series