You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A secure data engineering pipeline implemented in Python using the Titanic dataset. It demonstrates best practices for handling sensitive information (PII) by applying AES-128 encryption (Fernet) before storage in a SQLite database, ensuring data privacy while maintaining analytical capabilities through secure decryption methods.