AI

Read data from Azure to Pandas

Pandas is very widely used Python library for data manipulation and analysis. It allows to load data in a tabular format to manipulate it for different analysis and graphical presentation. DataFrame is the key data structure in Pandas to perform tabular operations. First step while analyzing data with Pandas is to read a file and

Read data from Azure to Pandas Read More »

AI assisted programming

I recently signed up for Github Copilot and I was lucky enough to receive the invitation. When I came across the news that Github is working on this product, I was intrigued. Now, trying AI assisted programming for a couple of days, I am very impressed with what AI has to offer in the field

AI assisted programming Read More »