Skip to main content

growth hacking tool test

Project description

PyUBA: Python User Behavior Analysis

PyPI version GitHub license Code style: black

What is it?

pyuba is growth hacking tools library.

Installation

pyuba is on PyPI, so you can use pip to install it:

$ pip install pyuba

Usage Examples

import pyuba as uba
from plotly.offline import iplot

events = uba.load_dataset(1000)

events = uba.acquisition_events_cohort(
    events=events,
    acquisition_event_name="Install"
)

fig = uba.plot_users_per_period(
    events=events,
    acquisition_event_name="Install",
    user_source_col="user_source",
    period="m",
)

iplot(fig)

Requirements

  • numpy
  • pandas
  • matplotlib
  • seaborn
  • plotly
  • scipy

License

pyuba is Apache-2.0 Licensed.

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

pyuba-0.1.0.tar.gz (22.0 kB view hashes)

Uploaded Source

Built Distribution

pyuba-0.1.0-py3-none-any.whl (26.0 kB view hashes)

Uploaded Python 3

Supported by

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