spotfiresoftware / spotfire-python

Package for Building Python Extensions to Spotfire®
Other
18 stars 6 forks source link

'set_spotfire_types' does not work with Series #70

Open bbassett-tibco opened 3 months ago

bbassett-tibco commented 3 months ago

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.