Questions tagged [tabular]

Tabular indicates a display format that mimics a table entity.

A tabular format is something which mimics the appearance of a table entity.
All the data are shown in rows each of which is made of columns (or fields).

1367 questions
7
votes
0 answers

Creating a "heatmap" colored table in Python

I'm looking for a way to plot 2d tabular data in a table-format(using Python), with the table-cells colored like a heatmap. Something like this: I found quite a few examples for regular heatmaps using matplotlib - but not really something that…
Andy
  • 195
  • 1
  • 3
  • 8
6
votes
3 answers

Strategy to display very wide table

I have a table that has 23 columns of data in it that I need to display. It's obviously unreasonably wide, and I am looking for a strategy to make it a little bit more manageable for my users.
just.another.programmer
  • 8,579
  • 8
  • 51
  • 90
6
votes
2 answers

fastai tabular model - how to get predictions for new data?

I am using kaggle house prices dataset, it is divided into: train and test I built a model with fastai tabular using train set How can I predict values for test data set? I know it sounds easy and most other libs would do it like…
Oleg Peregudov
  • 137
  • 2
  • 8
6
votes
2 answers

Create a Function for Customized Tabular Representation

I use the code below get an overview of parts of my data. What would be the best way to make a function out of the below code ? It would take a dataList as well as some graphical options (such as colors) as arguments and return a customized tabular…
500
  • 6,509
  • 8
  • 46
  • 80
6
votes
2 answers

Output table in slack slash command

I want slash command to output data in a table format? I know that I will have to setup a custom integration for this. I did that using GET Method. I can setup my own web service on EC2 machine, but how should I make sure that data comes in table…
prashantitis
  • 1,797
  • 3
  • 23
  • 52
6
votes
4 answers

GWT 2.1 Data Presentation Widgets without paging

I am trying to build a table with large dataset and would like to avoid paging. (I would like to do something similar to Yahoo Mail grid which retrieves data after the grid is drawn. I think initially the first 100 mails are retrieved and then…
Tihom
  • 3,384
  • 6
  • 36
  • 47
6
votes
1 answer

How do I make multi-page landscape tables in LaTeX

The title is pretty much the extent of my question. I am trying to insert a large table into a document using the xtabular environment. If I wrap the xtabular environment in a landscape environment, then the bottom of my table gets chopped off. …
Tim
  • 361
  • 1
  • 5
  • 14
6
votes
1 answer

Creating publication quality tables in python

I'd like to create publication quality tables for output as svg or jpg or png images using python. I'm familiar with the texttable module which produces nice text tables but if I have for example data = [['Head 1','Head 2','Head 3'],['Sample Set…
Tahnoon Pasha
  • 5,848
  • 14
  • 49
  • 75
6
votes
1 answer

HTML table to emacs table?

Judging by other feats of strength I've seen from the Emacs community, there MUST be a solution out there for this, but I can't seem to find it. What's a way within Emacs to parse an HTML table and turn it into an Emacs table, either table.el or an…
Ken Williams
  • 22,756
  • 10
  • 85
  • 147
6
votes
1 answer

Using RELATED function in DAX with USERELATIONSHIP

I am trying to pull in a field from another table in my BISM model using the "RELATED" function. Since there are many tables that have relationship to the People table, only ONE relationship is active and the rest are inactive. In this case, the…
Mike
  • 1,349
  • 1
  • 17
  • 23
6
votes
4 answers

How To Vertically Divide A Web Page Without Using A Table?

I read somewhere (on Stack Overflow as a matter of fact!) that it's a bad idea to use tables to layout pages in html. I have an HTML page that needs to be "divided" down the middle with some content going on the left and some content going on the…
Jan Tacci
  • 3,131
  • 16
  • 63
  • 83
6
votes
3 answers

Hmisc::latex not printing caption w/ tabular object

First I will tell you what I'm attempting to do big picture in case I'm going about it wrong. I have a nested table that I'd like to out put as a LaTeX table within RStudio using knitr. I am fine until I try to add a caption. I tried the example…
Tyler Rinker
  • 108,132
  • 65
  • 322
  • 519
5
votes
2 answers

Tabular Cube - Excel Filtering Doesn't Function At Node Level

I have the issue described in this post. I have two cubes with the same data backing them, one a Multi-Dimensional cube, the second a Tabular cube. If I connect to the cubes with excel and drag the top level of a hierarchy(in this example "Company"…
David Rogers
  • 2,601
  • 4
  • 39
  • 84
5
votes
2 answers

Intuitive understanding of why CNN 1D works in tabular data

Can anyone please explain why 1D Convolutional Neural Network sometimes perform well on tabular data (better than DNN)? I have seen this in some published papers (although the reason for using CNN1D is not provided), Kaggle competitions and also…
Dushi Fdz
  • 161
  • 3
  • 22
5
votes
0 answers

How do you change the Power BI data-source version?

I am wanting to use ALM Toolkit to compare Power BI datasets across different environments. When I connect to Power BI it states that "datasets have default data-source versions of PowerBI_V1, which is not supported for comparison..." What is the…
Will W
  • 95
  • 6