What Data Types Can You Return from Python? (Video Tip)

Dundas BI supports data directly from traditional sources like SQL, Oracle, Excel, and more, but you can also get your data through the Python programming language. This can be very helpful when you want web-based data or perform some complex data transformations and calculations via code. Did you know that there are a variety of output types that Dundas BI supports when using Python? Check it out.

Data Types include:
List
Set
Series
DataFrame
Dictionary
Tuple
Numpy Array
String

Here’s the sample script dashboard for you to explore.

If you’d like to learn more, I’d recommend you go to my learning channel - Off the Charts (with Jeff).
https://www.dundas.com/resources/off-the-charts-tips-from-an-expert

2 Likes

Great overview :slight_smile:

I love that Dundas supports DataFrame :heart: That has saved me a few times!

1 Like

Great to hear! Were you using Python as a data source in this case or just transforming data?

Most often to transform data. Pandas can be very useful :slight_smile:

1 Like