I uploaded the source code from here: https://github.com/pandas-dev/pandas/tree/master/pandas
And I uploaded the required dependencies package (pytz and dateutil).
I now see this error:
C extension: No module named ‘pandas._libs.interval’ not built. If you want to import pandas from the source directory, you may need to run ‘python setup.py build_ext --inplace --force’ to build the C extensions first.
I’m wondering if the above is possible, or if there’s something I’ve done wrong so far.