farooque jamal 3 Posted October 28, 2019 Share Posted October 28, 2019 Hi all Python Data Functionis runningvery slow. just the line of import (from Python_Data_Function import *) itselfis taking aroung 3-4 seconds. is there any way to improve perfromance Can any onesharedocumentation for the module Python_Data_Function i want to check if there is any choice of partially importing needed functions only from this module. thanks in advance Link to comment Share on other sites More sharing options...
Khushboo Rabadia Posted March 10, 2020 Share Posted March 10, 2020 Spotfire 10.7 onwards have native python data function so there is no need to using python data function extension. Give it a try to see if you get better performance. https://community.spotfire.com/wiki/whats-new-tibco-spotfire-107#toc-7 Link to comment Share on other sites More sharing options...
Shashank Gurnalkar Posted March 11, 2020 Share Posted March 11, 2020 Instead of importing all the modules (import *) fromPython_Data_Function,can you import only the required modules and see if it helps. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now