You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is currently possible to use the spotfire.set_spotfire_types public function to set the export types of a DataFrame. However, trying the same thing on a Series (which does support the explicit setting of the Spotfire type) results in a TypeError being raised.
Provide a mechanism (that is more user-friendly than manually setting the attribute on the Series) for setting the export type of a Series in the public module.
Note: This is a request to me via internal chat from a non-engineering Spotfire staffer.
The text was updated successfully, but these errors were encountered:
It is currently possible to use the
spotfire.set_spotfire_types
public function to set the export types of a DataFrame. However, trying the same thing on a Series (which does support the explicit setting of the Spotfire type) results in aTypeError
being raised.Provide a mechanism (that is more user-friendly than manually setting the attribute on the Series) for setting the export type of a Series in the public module.
Note: This is a request to me via internal chat from a non-engineering Spotfire staffer.
The text was updated successfully, but these errors were encountered: