MS Analysis Services OLAP API for Python
Posted
by Kaloyan Todorov
on Stack Overflow
See other posts from Stack Overflow
or by Kaloyan Todorov
Published on 2010-04-19T21:05:23Z
Indexed on
2010/04/30
10:07 UTC
Read the original article
Hit count: 328
I am looking for a way to connect to a MS Analysis Services OLAP cube, run MDX queries, and pull the results into Python. In other words, exactly what Excel does. Is there a solution in Python that would let me do that?
Someone with a similar question going pointed to Django's ORM. As much as I like the framework, this is not what I am looking for. I am also not looking for a way to pull rows and aggregate them -- that's what Analysis Services is for in the first place.
Ideas? Thanks.
© Stack Overflow or respective owner