Answer the question
In order to leave comments, you need to log in
Is there a bike for working with JSON data in the style of SQL queries in Python3?
Good afternoon!
The server returns data in the following format:
[{'var1' : '12345, 'var2' : '23456', 'var3' : '34567'}, {'var1' : '12345, 'var2' : '23456', ' var3' : '34567'}, {etc.........}}
Is there an easy way to fetch rows, data, sql style? so that you can specify the sampling parameters, and pull out the necessary data, as well as grouping, and let's say the addition of values?
This is just a figurative example, in reality there are a lot of variables for which you need to make a selection, but the essence is the same, each element of the list is similar to a database row.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question