Search

API

Last Updated: May 10, 2022

Articles

While writing a custom expression, I am getting the error “No module named ‘pandas’“. Image description

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

Did you find what you were looking for?