You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
following a Deterministic Record Linkage on 2.5 million lines, the interface is not able to display the result:
however, downloading the csv is still possible but we have doubts about the accuracy of the data because the number of lines does not correspond to the query we do in the database:
drop table ttt;
create temporary table ttt as
select name, json_array_elements (content :: json) from is2.is2_dataset_column
where name = 'columnName' and id = integer_value
The text was updated successfully, but these errors were encountered:
following a Deterministic Record Linkage on 2.5 million lines, the interface is not able to display the result:
however, downloading the csv is still possible but we have doubts about the accuracy of the data because the number of lines does not correspond to the query we do in the database:
drop table ttt;
create temporary table ttt as
select name, json_array_elements (content :: json) from is2.is2_dataset_column
where name = 'columnName' and id = integer_value
The text was updated successfully, but these errors were encountered: