Does anyone have a really basic cython example where you create a dataframe (pandas) of random numbers 1 to 5 for 100 rows and cythonize the code? Is it already cythonized by the Pandas pd module?