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 14, 2024Nov 14, 2024
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 28, 2024Jul 28, 2024
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 10, 2024Jun 10, 2024
Json column parsing: Data engineering Interview Question by FAANGParse the Json column to identify the last DialogIdMay 26, 2024May 26, 2024
Calculating Percentiles in SQL without using percentile functionUnderstanding the ProblemMay 25, 2024May 25, 2024
Understanding Employee Deductions: An SQL Challenge from a FAANG Data Engineering InterviewThe Problem StatementMay 24, 2024May 24, 2024
Solving the Gender-based Alternating Row Problem in SQL: A Data Engineering Interview Question…The Problem StatementMay 24, 2024May 24, 2024
Leetcode 207 : Course Schedule (Solution in Python ) : Topological SortLink to Question: https://leetcode.com/problems/course-schedule/Apr 14, 2024Apr 14, 2024
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 7, 2024Apr 7, 2024