-
using the following config file:
```yaml
output:
schema: 'test_results'
table: 'eis_crosstabs_test'
thresholds:
rank_abs: [50]
rank_pct: [5]
#(optional): a list of entity_ids…
-
-
Here is what i've found.
Say we have 2 pages: http://localhost:3000 and http://localhost:3000/index2.html. Each of these pages runs a script which 'unshifts' current url into array which is in localS…
-
When using the crossTab action with the col= parameter, it does not return the column names. It adds default column names to the SASDataFrame. You need to add an extra step and use the apply_labels me…
-
We want to be able to generate a crosstab easily in the following way (taken from Danny's comment on #2):
```r
set_table(
mtcars,
.rows = cyl,
.cols = crosstab_freq(vs)
) %>%
project_…
-
Currently `dropna` is used in four places within `DataFrame.pivot_table`:
1. It takes the cartesian product of all index/column levels when there are multiple levels; this was [the original use](h…
-
File "C:/Users/shinj/.qgis2/python/plugins\molusce\algorithms\models\crosstabs\model.py", line 125, in getSumRows
crosstable = self.getCrosstable()
File "C:/Users/shinj/.qgis2/python/plugins\mol…
-
Crosstab and traditional import mechanisms are currently separated and use different logic. Streamline by:
- allow traditiional import templates to use the "Mapped Field" and "Hardcode Field" feature…
-
Shift-Tab completion on an object name only works when you place the edit cursor _inside_ or _after_ the object. Not when it's _at the start of the object_. I think that's contrary to most IDEs. Also,…
-
**Describe the bug**
When a workbook's view contains no data, the export to excel would throw the following error.
400130: Bad Request
There was a problem querying the crosstab for …