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.
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.