Forum Discussion
confooseddesi89
Jun 17, 2023Copper Contributor
Too large dataset - extract data within date range
I have a large dataset. Here is a sample of what the data look like: id id_2 survey type date from to created updated question_num question answer 4570091 6793 91 Nutrition 5...
peiyezhu
Jun 18, 2023Bronze Contributor
Re:receive the message "this data set is too large for the excel grid.
I am afraid you should pass all data to database or .txt file first with other language like python, c# or golang.
Then query with sql or some command line like awk.
Or handle these datas with these computer languages directly.
I am afraid you should pass all data to database or .txt file first with other language like python, c# or golang.
Then query with sql or some command line like awk.
Or handle these datas with these computer languages directly.