Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (5.8k points)

I would really like to get access to some of the updated functions in pandas 0.19, but Azure ML studio uses pandas 0.18 as part of the Anaconda 4.0 bundle. Is there a way to update the version that is used within the "Execute Python Script" components?

1 Answer

0 votes
by (9.6k points)
  1. Use virtualenv to create an independant runtime environment 
  2. Install external libraries using pip
  3. Create a zip folder of all packages
  4. Upload it on to the studio 

For more details, follow this document

Browse Categories

...