Skip to main content
Question

Python Pandas Installation

  • 3 January 2022
  • 2 replies
  • 200 views

===================================

Community Edition - Bot Agent Version 21.120.

Windows 10

====================================

 

Hello,

 

I plan to use the Pandas Python library in the A360 environment when we migrate over but I am not sure how to install it so that my bots can utilize scripts with Pandas. Can you share your success stories and tips that you learned when implementing Pandas into your bots with Python scripts? What issues did you encounter? How did you configure Pandas on your machine so that the bot agent could run correctly? etc.

 

Thank you so much for your valuable insight!

Hi @Logan Price​ ,

 

To use Pandas, you have to pip3 install in cmd onto the machine which you are planning to use it in.

After that, simply drag in the Python Open Action and type in import pandas as pd.

 

Kind Regards,

Ashwin A.K


Thanks for the insight @Ashwin A.K​ !


Reply