Search found 1 match

by Nagesh Pindi
Tue Sep 29, 2020 5:42 am
Forum: General Discussion
Topic: How to send the python DataFrame output to MS teams in Table format.
Replies: 0
Views: 4333

How to send the python DataFrame output to MS teams in Table format.

Hi Team, How to send the python DataFrame output to MS teams in Table format. Please help me on this. import pymsteams import pandas as pd import numpy as np import pyodbc from tabulate import tabulate server = ‘ServerName’ database = ‘DBName’ username = ‘username’ password = ‘pasword’ conn = pyodbc...

Go to advanced search