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

fix SQL comment
 projects/sqlite3-analysis/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/sqlite3-analysis/README.md b/projects/sqlite3-analysis/README.md
index 18a1a43..143bd93 100644
--- a/projects/sqlite3-analysis/README.md
+++ b/projects/sqlite3-analysis/README.md
@@ -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