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
Speed up most runs of dsq on large files 2x by skipping intermediate writes to JSON, writing directly from file to SQLite (see multiprocessio/datastation#267 for details). If this breaks things for you you can add the --no-sqlite-writer flag to go back to the old code path. This path isn't taken for JSON, Excel, and ODS files or when schema or --convert-numbers is set.
Bring in go-sqlite3-stdlib with functions for parsing URLs, best-effort date parsing, string and math helpers, and aggregate functions like percentiles, stddev, median, mode, etc. See that repo README for full details.