Last Updated: May 10, 2022
While writing a custom expression, I am getting the error “No module named ‘pandas’“. This occurs when Panda libraries are not installed. Install the pandas library using the following command in CMD window.
py -3.7 -m pip install pandas