r-rudra / tidycells

Automatic transformation of untidy spreadsheet-like data into tidy form
https://r-rudra.github.io/tidycells/
Other
83 stars 10 forks source link

<information block> concept #22

Closed bedantaguru closed 4 years ago

bedantaguru commented 4 years ago

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 analyzecells
  2. major attribute-blocks

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

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

bedantaguru commented 4 years ago

PoC Implemented

bedantaguru commented 4 years ago

It is implemented in nightly