Skip to content

Instantly share code, notes, and snippets.

View merciless's full-sized avatar
🌚
zzz

Egor Golubev merciless

🌚
zzz
  • Vladivostok
View GitHub Profile
import pandas as pd
import random
import datetime
import time
import gc
import psycopg2
import os
QUANTITY_USERS = 5 * (10 ** 5)
QUANTITY_TOPIC_TYPES = 4 * (10 ** 3)