Why use Postgres?

PostgreSQL is a powerful, open-source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.

Postgres has a lot of capability. Built using an object-relational model, it supports complex structures and breadth of built-in and user-defined data types. It provides extensive data capacity and is trusted for its data integrity.

It comes with many features aimed to help developers build applications, administrators to protect data integrity and build fault-tolerant environments, and help you manage your data no matter how big or small the dataset.

We will be using the famous Titanic dataset from Kaggle to predict whether the people aboard were likely to survive the sinkage of the world’s greatest ship or not.

#postgres #pandas #postgresql #titanic

Using Titanic Dataset With Postgres and Jupyter Notebook
2.65 GEEK