News

Week 05 – Data Engineering Internship Task This repository contains my Week 5 internship task focused on data pipeline creation using Python. The goal was to read data from a relational database, ...
It has two methods , alltables - which exports all the table to csv files by taking dbname and singletable - which takes the dbname and tablename for generating specific .csv file. Sample code for ...
Learn how to automate CSV file generation from databases using Python for more efficient data engineering tasks.
In Python, SQLite is seamlessly integrated, making it an excellent choice for projects that need a simple and efficient database solution. This guide will walk you through the basics of using SQLite ...
Using the SSConverter class that we developed last week, which used the OORunner class from the week before that, this week we'll create a Python function that allows us to use spreadsheets as if they ...