6P by xguru 2022-08-03 | favorite | 댓글과 토론
  • NDJSON, JSON Lines, logs, txt 등의 파일 또는 Blob에서 빠르게 읽어들이는 확장
  • py-pandas 보다 52배, sqlite-utils 보다 18배, dsq 보다 16배 빠름
  • 사용법
    .load ./lines0
    select line ->> '$.countrycode' as countrycode, count(*) from lines_read('./calendar.ndjson')