- Using the Kaggle API to download the 'orders.csv' dataset.
- Data Cleaning and Preprocessing using pandas library.
- Loading the data into the SQL Server.
- Performing some data analysis on the appended data using SQL.
- Jupyter Notebook to write the python code and call the API for dataset downloading from Kaggle.
- Setting up SQL Server Management Studio.
- Creating a SQL Query in the SQL Server for performing Data Analysis Tasks.
Note- Configure the User Data Source as sqlserver with ODBC Driver 17 for SQL Server in ODBC Data Source Administrator before running the SQL Query to connect with the python file and the SQL Server.
