B
B
beduin012016-09-14 17:11:09
Programming
beduin01, 2016-09-14 17:11:09

What is the best language to work with tabular data?

There are tabular data.
 _______Time
Date | columns_with_data
The data needs to be bypassed in a tricky way. For example, check whether there are jumps between time intervals. The results of these jumps should be placed in separate columns.
What is the easiest way to do this? Are there any handy tools/libraries?
Excel is not offered.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
N
nirvimel, 2016-09-14
@nirvimel

If there were strict conditions such as that the amount of data is 10 gigabytes and it is necessary to keep within 10 seconds of processing, then the choice of a working tool would narrow down. And so, in the form in which the problem is posed, it is solved in any general-purpose programming language (and, perhaps, it will even be possible to do without programming at all, for example, in Excel).

E
evnuh, 2016-09-14
@evnuh

bash, python, php - I would choose from these

E
evgeniy_lm, 2016-09-15
@evgeniy_lm

The one you know well.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question