Leveraging LangChain with Azure OpenAI for DataFrame-Based QueriesIn this article, we will explore how to integrate LangChain with Azure OpenAI to build intelligent agents that can interact with data…Nov 14Nov 14
Data wrangler in FabricData wrangling is a crucial step in the data analysis process, and Fabric provides a robust environment for performing these tasks…Jul 28Jul 28
Exporting Data from Azure Data Explorer to Azure Blob StorageAzure Data Explorer (ADX) is a fast, fully managed data analytics service for real-time analysis on large volumes of data. In certain…Jun 10Jun 10
Json column parsing: Data engineering Interview Question by FAANGParse the Json column to identify the last DialogIdMay 26May 26
Calculating Percentiles in SQL without using percentile functionUnderstanding the ProblemMay 25May 25
Understanding Employee Deductions: An SQL Challenge from a FAANG Data Engineering InterviewThe Problem StatementMay 24May 24
Solving the Gender-based Alternating Row Problem in SQL: A Data Engineering Interview Question…The Problem StatementMay 24May 24
Leetcode 207 : Course Schedule (Solution in Python ) : Topological SortLink to Question: https://leetcode.com/problems/course-schedule/Apr 14Apr 14
Leetcode 215 : Kth Largest Elemt in the Array (solution in python )This code implements a method `findKthLargest` to find the kth largest element in a list of numbers `nums` using a min-heap. Here’s an…Apr 7Apr 7