IMIze Majebiinizemajebi.hashnode.dev·Aug 23, 2023 · 13 min readEffortless Data Migration: CSV to PostgreSQL with PythonIntroduction to Postgres with Python Data storage is one of the most integral parts of the data system, while there's an abundance of online tutorials on querying and retrieving data with SQL, the initial step of data storage often goes overlooked. A...00
IMIze Majebiinizemajebi.hashnode.dev·Mar 11, 2023 · 7 min readJumping into Pandas: Introduction To PandasPandas is a powerful python package that is essential when working with data, it allows for easy manipulation and analysis of structured data, such as spreadsheets and databases. In this article, you will learn the general idea about pandas and what ...00