r-rudra/tidycells

<information block> concept

Closed this issue · 2 comments

The flow of the structure

  1. File Field (folder or zip files)
  2. Table Field Container (File, like excel with multiple sheets)
  3. Table Field (cell-df)
  4. Table

Now below a table

  1. information block (containing major attributes and data blocks)

Which contains

  1. data-blocks (or value blocks) as used in analyze_cells
  2. major attribute-blocks

So the difference between a table and an information block is that :

  • The table is a superset of an information block
  • The table is containing information block + minor attributes

So the minor attribute gets attached to each data-blocks in the information-block.

PoC Implemented

It is implemented in nightly