Joe Chow HK

Results 7 comments of Joe Chow HK

hope this reply is not too late... I think I built a basic recursion #1243 for this case, probably just adding few lines of code as you expecting to get...

Do you mean convert the mdx string to Mdxbuilder class first, then output the NativeView object regarding the content of MDXBuilder? something like ```python builder = MDXbuilder.from_string_mdx(mdx) nativeview = builder.to_tm1py_native_view()...

The other issue now I am facing is the performance. seems the parser algorithm can't handle long mdx string. if the mdx length is over 10000, the parsing performance is...

> I mean the MDX string must originate somewhere. > I'm guessing it's created with Python originally, e.g., based on arguments or a parameter cube. > If that is the...

> > but I have an experience about the system only provides a plaintext mdx that I can do nothing to optimise it. And we did tones of workaround for...

@rclapp I understand. I would make it in a new project for trial first. I still have a strong belief about the demands for the feature converting plaintext to MDXpy...

Hi @MariusWirtz Marius, just curious. LazyFrame is a powerful feature in Polars that makes it fundamentally different from pandas. any plans or thought to support it in some use cases...