Hello there! 👋 I'm Jin, a BI Developer with a passion for all things data, Proficient in Python, SQL and Power BI import pandas as pd from sqlalchemy import create_engine import cx_Oracle # Create an ...
Building and modifying SQL databases with Python code can be a powerful tool for developers and data analysts. Python is a high-level, interpreted programming language that is widely used for data ...
title Connect to and Query Azure SQL Database Using Python and the mssql-python Driver description Learn how to connect to a database in Azure SQL Database and query data using Python and the ...
This project creates a web-based chat application with an API backend that can use OpenAI chat models to answer questions about the rows in a PostgreSQL database table. The frontend is built with ...