├── LICENSE ├── README.md ├── data ├── demo.rar └── readme ├── ex00-Introduction.ipynb ├── ex01-Quick Start.ipynb ├── ex02-Query Table Information.ipynb ├── ex03-Retrieving Data with SELECT.ipynb ├── ex04-Constrain the Number of Rows Returned by a SELECT Query.ipynb ├── ex05-Filtering a Query with WHERE.ipynb ├── ex06-Doing Math Across Table Columns.ipynb ├── ex07-Aggregating data with GROUP BY and ORDER BY.ipynb ├── ex08-Joining Tables.ipynb ├── ex09-Advanced Query Techniques of CASE and Subquery.ipynb ├── ex10-Using Views to Simplify Queries.ipynb ├── ex11-Dealing with NULL Values.ipynb ├── ex12-Bonus from Interactive with Pandas.ipynb ├── ex13-Using SQLite as a Time Series Database.ipynb ├── s01-Transaction (Begin, Commit, Rollback).ipynb ├── s02-Accessing a SQLite Database with Pandas.ipynb └── s03-Window Functions within SQLite.ipynb /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Practice-SQL-with-SQLite-and-Jupyter-Notebook/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Practice-SQL-with-SQLite-and-Jupyter-Notebook/HEAD/README.md -------------------------------------------------------------------------------- /data/demo.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Practice-SQL-with-SQLite-and-Jupyter-Notebook/HEAD/data/demo.rar -------------------------------------------------------------------------------- /data/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Practice-SQL-with-SQLite-and-Jupyter-Notebook/HEAD/data/readme -------------------------------------------------------------------------------- /ex00-Introduction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Practice-SQL-with-SQLite-and-Jupyter-Notebook/HEAD/ex00-Introduction.ipynb -------------------------------------------------------------------------------- /ex01-Quick Start.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Practice-SQL-with-SQLite-and-Jupyter-Notebook/HEAD/ex01-Quick Start.ipynb -------------------------------------------------------------------------------- /ex02-Query Table Information.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Practice-SQL-with-SQLite-and-Jupyter-Notebook/HEAD/ex02-Query Table Information.ipynb -------------------------------------------------------------------------------- /ex03-Retrieving Data with SELECT.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Practice-SQL-with-SQLite-and-Jupyter-Notebook/HEAD/ex03-Retrieving Data with SELECT.ipynb -------------------------------------------------------------------------------- /ex04-Constrain the Number of Rows Returned by a SELECT Query.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Practice-SQL-with-SQLite-and-Jupyter-Notebook/HEAD/ex04-Constrain the Number of Rows Returned by a SELECT Query.ipynb -------------------------------------------------------------------------------- /ex05-Filtering a Query with WHERE.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Practice-SQL-with-SQLite-and-Jupyter-Notebook/HEAD/ex05-Filtering a Query with WHERE.ipynb -------------------------------------------------------------------------------- /ex06-Doing Math Across Table Columns.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Practice-SQL-with-SQLite-and-Jupyter-Notebook/HEAD/ex06-Doing Math Across Table Columns.ipynb -------------------------------------------------------------------------------- /ex07-Aggregating data with GROUP BY and ORDER BY.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Practice-SQL-with-SQLite-and-Jupyter-Notebook/HEAD/ex07-Aggregating data with GROUP BY and ORDER BY.ipynb -------------------------------------------------------------------------------- /ex08-Joining Tables.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Practice-SQL-with-SQLite-and-Jupyter-Notebook/HEAD/ex08-Joining Tables.ipynb -------------------------------------------------------------------------------- /ex09-Advanced Query Techniques of CASE and Subquery.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Practice-SQL-with-SQLite-and-Jupyter-Notebook/HEAD/ex09-Advanced Query Techniques of CASE and Subquery.ipynb -------------------------------------------------------------------------------- /ex10-Using Views to Simplify Queries.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Practice-SQL-with-SQLite-and-Jupyter-Notebook/HEAD/ex10-Using Views to Simplify Queries.ipynb -------------------------------------------------------------------------------- /ex11-Dealing with NULL Values.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Practice-SQL-with-SQLite-and-Jupyter-Notebook/HEAD/ex11-Dealing with NULL Values.ipynb -------------------------------------------------------------------------------- /ex12-Bonus from Interactive with Pandas.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Practice-SQL-with-SQLite-and-Jupyter-Notebook/HEAD/ex12-Bonus from Interactive with Pandas.ipynb -------------------------------------------------------------------------------- /ex13-Using SQLite as a Time Series Database.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Practice-SQL-with-SQLite-and-Jupyter-Notebook/HEAD/ex13-Using SQLite as a Time Series Database.ipynb -------------------------------------------------------------------------------- /s01-Transaction (Begin, Commit, Rollback).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Practice-SQL-with-SQLite-and-Jupyter-Notebook/HEAD/s01-Transaction (Begin, Commit, Rollback).ipynb -------------------------------------------------------------------------------- /s02-Accessing a SQLite Database with Pandas.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Practice-SQL-with-SQLite-and-Jupyter-Notebook/HEAD/s02-Accessing a SQLite Database with Pandas.ipynb -------------------------------------------------------------------------------- /s03-Window Functions within SQLite.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Practice-SQL-with-SQLite-and-Jupyter-Notebook/HEAD/s03-Window Functions within SQLite.ipynb --------------------------------------------------------------------------------