Skip to main content

growth hacking tool test

Project description

PyUBA: Python User Behavior Analysis

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

from plotly.offline import iplot
import pyuba as uba


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==1.21.4
  • pandas==1.3.4
  • matplotlib==3.5.0
  • seaborn==0.11.2
  • plotly==5.4.0
  • scipy==1.7.3

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.0.7.tar.gz (20.8 kB view hashes)

Uploaded Source

Built Distribution

pyuba-0.0.7-py3-none-any.whl (24.8 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