IIndraseninindrasen1872.hashnode.dev·Jun 20, 2025 · 3 min readMastering Unity Catalog in Azure Databricks:Databricks has become a foundational platform for modern data engineering and AI. And with Unity Catalog, it adds a much-needed layer of data governance, security, and manageability. In this article, we’ll walk you through everything you need to know...00
IIndraseninindrasen1872.hashnode.dev·Feb 8, 2025 · 7 min readAzure Data FactoryWhat is Azure Data Factory? Azure data factory or ADF is an ETL(Extract-Transform-load ) Tool to integrate data from various sources of various sizes and formats together, in short, It is a serverless, fully managed data integration solution to inges...00
IIndraseninindrasen1872.hashnode.dev·Oct 2, 2024 · 12 min readPython OOPS basicIn real world everything is Object and every object have 2 things behaviour and attribute. Attribute contains data stored in variable and behaviour is defined as method which is nothing but functions(what's needs to be done) Imagine there is some kin...00
IIndraseninindrasen1872.hashnode.dev·Sep 29, 2024 · 7 min readDockerDocker is an open-source platform that automates the deployment, scaling, and management of applications within lightweight, portable containers. Containers package an application and its dependencies into a single unit, ensuring that it runs consist...00
IIndraseninindrasen1872.hashnode.dev·Sep 15, 2024 · 3 min readPython Data Wrangling and Data QualityWhat is Data Wrangling and Data Quality and why it's important? Data Wrangling Data Wrangling is the process of transforming raw or received data into a format that can be analyzed to create insights. This involves making decisions about the quality ...00