Using the Pandas apply function to add columns to DataFrames Running Python functions on every row in a DataFrame By Matt Eland on Nov. 12, 2022 Sometimes with Pandas you just need to run a function against every row of the DataFrame. Apply lets you do that. Let’s see how it works.
Azure Bot Services for Multi-Channel Chatbots Deploy Conversational AI Bots for Web, Slack, Teams, and more By Matt Eland on Nov. 5, 2022 Let’s explore the Azure Bot Service and the multi-channel chatbot capabilities it offers
Appending Rows to a Pandas DataFrame Progressively Adding rows to grow your DataFrame bit by bit By Matt Eland on Oct. 28, 2022 Recently, I needed to add new rows to a Pandas DataFrame. This short article walks you through how to do just that.
Creating and deploying a Microsoft Bot Framework Bot with the SDK Using the Bot Framework v4 SDK, C#, and Azure to Build Chatbots By Matt Eland on Sep. 28, 2022 A guided tutorial to create and deploy a starter bot. We’ll walk through creating and configuring the Azure resources, creating the project in Visual Studio, testing the bot, deploying it to Azure, and hosting the bot on a web page.
Automating my Dog with Azure Cognitive Services Building intelligent apps in C# with Azure's AI as a Service offering By Matt Eland on Sep. 26, 2022 Please don’t call the police. I’m not really turning my dog into a cyborg. I’m just playing around with AI capabilities in a C# app.