Author name: Ramesh Banjade

lBusiness Intelligence Developer with a demonstrated history of working in the banking industry. My area of expertise is centered around the use of cutting-edge tools and technologies, including Power BI, SQL, SQL Server Reporting Services (SSRS), SSAS, Python, Machine Learning, and Predictive Modeling to extract meaningful insights from data and facilitate informed decision making and business growth. Ramesh Banjade Business Intelligence Developer Ramesh Banjade | LinkedIn

Machine Learning-Introduction

Machine learning is a subset of artificial intelligence that involves the use of algorithms and statistical tools to identify hidden insights from data. It is based on the idea that systems can learn from data, identify patterns, and make decisions with minimal human intervention. There are several types of machine learning, including: Supervised learning: In […]

Machine Learning-Introduction Read More »

Read Data from Excel and insert into SQL database using python

In this tutorial we are discussing how to insert data in database using python. First we need to established connection with Database using pyodbc library. Here we are going to insert data in MS SQL. install and import pyodbc and pandas library Establish the connection with Database. we required database credentials and server name. above

Read Data from Excel and insert into SQL database using python Read More »

Anaconda installation process in windows

Anaconda is an open-source and user friendly distribution of python or R programming for data processing, data analysis and Machine Learning. Multiple tools are available in anaconda distribution like spyder and jupyter notebbok. Thousands of python library and Packages are available in anaconda distribution. Steps to install anaconda on windows. Step 1: Go to anaconda

Anaconda installation process in windows Read More »

Join two DataFrames in python using Merge Function

We can merge two dataframes in one dataframe based on one common column in python. pandas provide merger function to join two datasets. First, read two dataset using pandas dataframe. merger two dataset (dataset1 and dataset 2) using primary key invoice id, in both dataset invoice id is common. In above code, merger function is

Join two DataFrames in python using Merge Function Read More »

Scroll to Top