Skip to main content

Набор простых функций для работы с данными

Project description

otvertka

otvertka

Набор простых функций для работы с данными в ClickHouse.

Установка

pip install otvertka

Использование

from otvertka import fetch_data, generate_ab_test_data, get_dates_tuples, get_table_info, handle_outliers

# Получить информацию о таблице
get_table_info('my_table')

# Выполнить SQL запрос
df = fetch_data('SELECT * FROM my_table LIMIT 10')

# Разбить временной интервал на периоды
dates = get_dates_tuples('2024-01-01', '2024-02-01', days_interval=7)

# Сгенерировать тестовые данные для A/B теста
df = generate_ab_test_data(
    groups=['control', 'test'],
    num_observations_per_group=10000,
    effect_size=0.05,
    base_retention_prob=0.3,
    base_impressions_mean=5,
    base_revenue_scale=1.0
)

# Обработать выбросы в данных
df = handle_outliers(
    df,
    target_column='revenue',
    threshold_quantile=0.995,
    handling_method='replace_threshold',
    outlier_type='upper',
    grouping_column='group'
)

Требования

  • Python 3.7+
  • Необходимые переменные окружения:
    • CH_USER - пользователь ClickHouse
    • CH_PASSWORD - пароль ClickHouse
    • CH_HOST - хост ClickHouse (по умолчанию: localhost)
    • CH_PORT - порт ClickHouse (по умолчанию: 8123)

Лицензия

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

otvertka-0.1.13.tar.gz (480.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

otvertka-0.1.13-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

Details for the file otvertka-0.1.13.tar.gz.

File metadata

  • Download URL: otvertka-0.1.13.tar.gz
  • Upload date:
  • Size: 480.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.0

File hashes

Hashes for otvertka-0.1.13.tar.gz
Algorithm Hash digest
SHA256 904c9787169574eeab794a5bf19c618c619dc4d80072c7f573d0bf549bfa5c2e
MD5 63102f044a4d1fc69c87892a8ec80896
BLAKE2b-256 3cf8677d4f68fdde9b7c73c338f10a08d09f10684885926f903fdbf89ac0959e

See more details on using hashes here.

File details

Details for the file otvertka-0.1.13-py3-none-any.whl.

File metadata

  • Download URL: otvertka-0.1.13-py3-none-any.whl
  • Upload date:
  • Size: 7.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.0

File hashes

Hashes for otvertka-0.1.13-py3-none-any.whl
Algorithm Hash digest
SHA256 7074f2f360f8a0f365e46264ddbe7438358a12eb9218ce88d78f10b280cea0fd
MD5 3b2f1d00c0e0b51c82a475a0d741f84a
BLAKE2b-256 453a79674dd04b1f9ec6fb07e12e5cd4d1645e93db138485e0e742c86e623712

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page