It seems that you have not installed the "pyarrow" module on your system and hence the "pandas" module is giving this warning message.
To fix this warning message, install the pyarrow module by running the following command on the terminal:
pip install pyarrow