Skip to content

Commit ee86feb

Browse files
committed
sql file
1 parent bbfe7c5 commit ee86feb

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
DL/Assignment_2/fashion-mnist_test.csv
22
DL/Assignment_2/fashion-mnist_train.csv
3-
*.vscode
3+
*.vscode
4+
HPC/Mini_Project/employees_data.sql

HPC/Mini_Project/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Install
33
`pip3 install psycopg`
44
`sudo -u postgres psql -c "CREATE USER user_1 WITH SUPERUSER PASSWORD 'postgres';"`
55
`sudo -u postgres psql -c 'create database test_1;'`
6+
`bzip2 -d employees_data.sql.bz2`
67
Enter path of employees_data.sql in next command
78
`psql test_1 < employees_data.sql -U user_1 -h localhost`
89
Run jupyter notebook
25.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)