cmc/data-science
Personal data science learning files.
clone: git clone https://gitbay.org/cmc/data-science.git
a26d0140151902c594def7e0f6a234b973ddee0d
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2023-06-16T21:45:15Z
projects/sqlite3-analysis/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) @@ -6,7 +6,7 @@ sqlite3 ./chinook.db ``` ```sql -# Enable some features and export the CSV results of the script +-- Enable some features and export the CSV results of the script .headers on .mode csv .output /home/cmc/git/data-science/projects/sql-dashboard/employee_sales.csv