Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7924505
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T17:47:35+00:00 2026-06-03T17:47:35+00:00

Data is/are frequently transmitted as tables, for example in CSV files or HTML <table>

  • 0

Data is/are frequently transmitted as “tables”, for example in CSV files or HTML <table> elements but although these may look similar they can have different implicit structures. For example:

    Height(cm) Weight (kg)
Pat    180       70
Sue    160       40
Jo     164       50

can be interpreted as an unordered list of objects (Person, with attributes height and weight), in a rectangular tables with homogeneous data columnwise.

In contrast, this is not a rectangular table, though it looks like one.

Dist(m)/Time(m)      Hull  Leeds London
Hull                   0.0   69    229
Leeds                  59    0.0   218
London                 186   201   0.0

It is actually the typographical composition of two related triangular matrices (distance and time of travel) between UK cities.

Are there data patterns (in the way that there are code patterns)? Other examples could be things such as TimeSeries, CorrelationMatrices, Histograms, etc. If these were declared or even empirically discoverable it would make reading and analysing them much easier.

UPDATE:
Both @Kathiravel and @Jordão have given a wider (and valuable view). My original question was subconciously about data without reference to computer programs or databases. So whaqt I was trying to ask was “what types of implied data structure/pattern are in common use outside code/databases that has significantly different abstract structures”?

@Kathiravel’s pointer is mainly to processes of managing data, and that’s useful.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T17:47:39+00:00Added an answer on June 3, 2026 at 5:47 pm

    Finding the right data structure is as important as finding the right design pattern to use in a design. Depending on the way you want to access or store data, you’ll find a myriad of data structures, from flat lists to quadtrees; that can make a significant difference in performance and maintainability of your algorithms.

    You’ll find a good list of data structures on Wikipedia. Your first table seems to represent a simple list of structured data (like a relational table), and your second example is more akin to an adjacency matrix, which is used to represent graphs.

    Also, take a look at this answer for some pointers related to databases.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table into which new data is frequently inserted. I need to
The queries that i create frequently have 7-8 joins to retrieve data. Are these
I frequently end up storing data in DOM elements and make heavy use of
I have a data.frame and I'm trying to create a frequency table that shows
Data Access Objects (DAOs) are a common design pattern, and recommended by Sun. But
Data: Here is sample table(TableA) data ID StartTime EndTime 1 2012-03-22 06:00:00.000 2012-03-22 06:30:00.000
I have an ASP.Net 4.0 web application which very frequently loads data from the
This question is related with Microcontroller programming but anyone may suggest a good algorithm
I have an ajax application where the client might lookup bunch of data frequently(say
I have an ascx control bound to a datasource with frequently changing data. Is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.