Skip to content

Instantly share code, notes, and snippets.

@Zmey56
Created August 15, 2022 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zmey56/830a31fb3f665d7094cdd8001e608241 to your computer and use it in GitHub Desktop.
Save Zmey56/830a31fb3f665d7094cdd8001e608241 to your computer and use it in GitHub Desktop.
import pandas as pd
import pandahouse as ph
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
from scipy import stats
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