TousifAhamed Nadaf Posted July 11, 2021 Share Posted July 11, 2021 While running python code in Spotfire Python Data Function I am getting the below error, however, the same code is running perfectly fine in Jupyter Notebook. Error executing Python script: spotfire.sbdf.SBDFError: unknown dtype 'Float64' in series How to handle this error. Link to comment Share on other sites More sharing options...
Adam Faskowitz Posted August 5, 2021 Share Posted August 5, 2021 Hi Tousif, Try adding " = .astype(float)" to convert it to a float type that Spotfire can interpret. Hope this helps! Adam 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