{"id":21593629,"url":"https://github.com/DataCamp-Internship/Introduction-to-SQL-with-Jupyter-notebook","last_synced_at":"2025-07-17T01:31:58.918Z","repository":{"id":240170993,"uuid":"801862847","full_name":"BaraSedih11/Introduction-to-SQL-with-Jupyter-notebook","owner":"BaraSedih11","description":"Implementing how to work with SQL on Jupyter notebook","archived":false,"fork":false,"pushed_at":"2024-05-17T04:22:07.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-17T05:27:09.756Z","etag":null,"topics":["jupyter-notebook","pandas","postgresql","sql"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BaraSedih11.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-17T04:08:38.000Z","updated_at":"2024-05-17T05:27:11.150Z","dependencies_parsed_at":"2024-05-17T05:37:22.609Z","dependency_job_id":null,"html_url":"https://github.com/BaraSedih11/Introduction-to-SQL-with-Jupyter-notebook","commit_stats":null,"previous_names":["barasedih11/introduction-to-sql-with-jupyter-notebook"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaraSedih11%2FIntroduction-to-SQL-with-Jupyter-notebook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaraSedih11%2FIntroduction-to-SQL-with-Jupyter-notebook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaraSedih11%2FIntroduction-to-SQL-with-Jupyter-notebook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaraSedih11%2FIntroduction-to-SQL-with-Jupyter-notebook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BaraSedih11","download_url":"https://codeload.github.com/BaraSedih11/Introduction-to-SQL-with-Jupyter-notebook/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226193696,"owners_count":17588179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jupyter-notebook","pandas","postgresql","sql"],"created_at":"2024-11-24T17:13:47.372Z","updated_at":"2025-07-17T01:31:53.515Z","avatar_url":"https://github.com/BaraSedih11.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv style=\"display:flex; justify-content: center; align-items: center ; height\" 100vh\" align=center\u003e\n\n![Introduction_to_SQL_with_Jupyter_notebook](https://github.com/BaraSedih11/Introduction-to-SQL-with-Jupyter-notebook/assets/98843912/5eeb0eec-b70b-4f89-b3ff-8fdadf16a04b)\n\n   ![GitHub repo size](https://img.shields.io/github/repo-size/BaraSedih11/Introduction-to-SQL-with-Jupyter-notebook) ![GitHub repo file count (file type)](https://img.shields.io/github/directory-file-count/BaraSedih11/Introduction-to-SQL-with-Jupyter-notebook) [![Python Version](https://img.shields.io/badge/python-3.8-blue)](https://www.python.org/downloads/release/python-380/)\n[![Pip Version](https://img.shields.io/badge/pip-21.0-orange)](https://pypi.org/project/pip/21.0/)\n ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/BaraSedih11/Introduction-to-SQL-with-Jupyter-notebook/main)\n[![Version](https://img.shields.io/badge/version-v1.0.0-blue)](https://github.com/BaraSedih11/Introduction-to-SQL-with-Jupyter-notebook/releases/tag/v1.0.0)\n[![Contributors](https://img.shields.io/github/contributors/BaraSedih11/Introduction-to-SQL-with-Jupyter-notebook)](https://github.com/BaraSedih11/Introduction-to-SQL-with-Jupyter-notebook/graphs/contributors)\n![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/BaraSedih11/Introduction-to-SQL-with-Jupyter-notebook)\n\u003c!-- ![GitHub issues](https://img.shields.io/github/issues-raw/BaraSedih11/Bookstore)  --\u003e\n\u003c/div\u003e\n\n\nThis repository contains an implementing how to work with SQL on Jupyter notebook in python.\n\n## Overview\n\nIn this repository, we demonstrate how to perform SQL queries using Python on Jypyter notebook. We utilize libraries such as pandas and sqlalchemy. Additionally, we provide a simple example along with explanations to help you understand how to apply SQL queries to your own datasets.\n\n## Requirements\n\nTo run the code in the Jupyter Notebook, you need to have Python installed on your system along with the following libraries:\n\n- SQLAlchemy\n- pandas\n\nYou can install these libraries using pip:\n\n```bash\npip install pandas sqlalchemy\n\n```\n\n## Usage\n\n1. Clone this repository to your local machine:\n\n```bash\ngit clone https://github.com/BaraSedih11/Introduction-to-SQL-with-Jupyter-notebook.git\n```\n\n2. Navigate to the repository directory:\n\n```bash\ncd Introduction-to-SQL-with-Jupyter-notebook\n```\n\n3. Open and run the Jupyter Notebook `notebook.ipynb` using Jupyter Notebook or JupyterLab.\n\n4. Follow along with the code and comments in the notebook to understand how decision trees is implemented using Python.\n\n\n## Acknowledgements\n\n- [sqlalchemy](https://www.sqlalchemy.org/): The SQlAlchemy library for machine learning in Python.\n- [pandas](https://pandas.pydata.org/): The pandas library for data manipulation and analysis in Python.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDataCamp-Internship%2FIntroduction-to-SQL-with-Jupyter-notebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDataCamp-Internship%2FIntroduction-to-SQL-with-Jupyter-notebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDataCamp-Internship%2FIntroduction-to-SQL-with-Jupyter-notebook/lists"}