PyUBA: Python User Behavior Analysis
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.
Release files for pyuba 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyuba-0.1.0.tar.gz | 22.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyuba-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:48.0 kB
Release files / pyuba-0.1.0.tar.gz
| Download URL | pyuba-0.1.0.tar.gz |
|---|---|
| Size | 22.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ac9f37c4aba590f699911ea911e03ec9da9e280b18263d7b3d25a3d5b27ad7af
|
|
BLAKE2b-256 checksum How to use checksums |
abb910f15253254c943b0c966858919626da6f9a651b5ad1130f1812f79b0084
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.0 importlib_metadata/4.2.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11
|
Release files / pyuba-0.1.0-py3-none-any.whl
| Download URL | pyuba-0.1.0-py3-none-any.whl |
|---|---|
| Size | 26.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c537a09733cf7b12a21178eaad49ca3856b88e8287a71b4070009d028309c8a4
|
|
BLAKE2b-256 checksum How to use checksums |
244c8981f8515cecc60a653315787a0c6331526a8394cc1be04245599220e3fb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.0 importlib_metadata/4.2.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11
|