-
Apache Superset currently lacks native support for SQL Server Analysis Services (SSAS), a popular OLAP (Online Analytical Processing) platform. Integrating SSAS into Superset with support for MDX (Mul…
-
We've got the following error on some queries:
```
AttributeError: 'float' object has no attribute 'ToString'
```
at the following line:
```
ser = df.loc[:, dtt].map(lambda x: x.ToString('s'))
…
-
Memory consumption is an issue when dealing with large data sets.
Similar in memory columnar stores like python's panadas and microsoft's proprietary vertipaq engine for it's ssas products have the…
-
Hello, thanks your opensource.
I change to \tools\asone, then use python main.py. It report follow error. Can you help me to deal it? thanks
D:\project\RTT\ssas-public\tools\asone\main.py:27: De…
-
### Environment
- Pythonnet version: 3.0.4
- Python version: 3.12.4
- Operating System: Windows Server 2016 Datacenter
- .NET Runtime: 4.5.1
### Details
I have been using pythonnet…
-
Some counter-examples produced by ESBMC are quite hard to follow. For example, the testcase in `esbmc/regression/esbmc/struct_bitfields_15` outputs the following counter-example:
```
Counterexampl…
-
There are cases where the MAL documentation overlaps with other documentation. For example, regarding [probability distributions](https://github.com/mal-lang/malcompiler/wiki/Supported-distribution-fu…
-
## MENTOR
@decause-gov
## BRIEF DESCRIPTION
Code.gov is the canonical source of truth for federal open source code respositories. The Website lists an Index for such purposes, and has a process for i…
-
Hello,
Thank you for this project! It proves that an idea of mine is feasible and inspires to pursue it.
Could you please explain how does it work internally? Especially the Power Query executio…
-
I have an environment that requires a username and a passcode (pin+8 digit rsa Tokencode) when SSHing into network devices. Am I out of luck for automating large scale network tasks to thousands of d…