Skip to content

Instantly share code, notes, and snippets.

@Zmey56
Created August 29, 2022 13:59
Show Gist options
  • Save Zmey56/e3dc3d8ad1f0ac5bef7df01a96a69f02 to your computer and use it in GitHub Desktop.
Save Zmey56/e3dc3d8ad1f0ac5bef7df01a96a69f02 to your computer and use it in GitHub Desktop.
import os
import telegram
import pandahouse as ph
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
import io
import pandas as pd
sns.set()
sns.set()
my_token = "**************************************"
chat_id = -1001592565485
connection = {
'host': 'https://clickhouse.lab.karpov.courses',
'password': '************',
'user': '***********',
'database': 'simulator_20220620'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment