-
Could you center the table within the screen, and add borders for better visual effect?
-
I believe that
pd.crosstab(index=X_train['major_cs'], columns=kag_y)
should read
pd.crosstab(index=X_train['major_cs'], columns=kag_y_train)
Thanks
-
The Crosstabs Tables only work if all Data Variable Names are a single word, and doesn't use the descriptive title
-
Congratulations for you job, saiku reporting is a great tool, but when the next version with crosstab will be avaliable ?
-
Output additional information in crosstab -- column and row totals, area in pixel, and class area weights:
| | C1 | C2 | Tot | Pix | Wi |
| :-: | :-: | :-: | :-: | :-: | :-: |
| C1 | 5 | 2 | 7 | 100…
-
Crosstabs seem to be only available when used in the summary band.
When you update the query/dataset the template does not automatically reflect this. You need to recreate the crosstab before it w…
-
### What problem does the new feature solve?
In IoT/IIoT space, it is often important to have the data storage be dynamic to the addition of new devices and sensors. For this reason, it's often pref…
wz2b updated
4 months ago
-
The vast majority of census tables are crosstabs, I'd love a way of searching the data that takes that into account.
For example, I would search for 'poverty', and get 'Poverty Status' back as a poss…
-
- [x] Sure Devin. I'll create a new crosstab for article hierarchy and then show the selling prices for that and the ARTICLES tab
-
Production version of MicrobeTrace allows users to export data from CrossTab view in json and pdf format. Updated code for Angular version to allow export of the data in both of these formats.