growth hacking tool test
Project description
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.
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pyuba-0.1.0-py3-none-any.whl
(26.0 kB
view details)
File details
Details for the file pyuba-0.1.0.tar.gz.
File metadata
- Download URL: pyuba-0.1.0.tar.gz
- Upload date:
- Size: 22.0 kB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac9f37c4aba590f699911ea911e03ec9da9e280b18263d7b3d25a3d5b27ad7af
|
|
| MD5 |
2fe38796b46e1e2820291932e996c4d8
|
|
| BLAKE2b-256 |
abb910f15253254c943b0c966858919626da6f9a651b5ad1130f1812f79b0084
|
File details
Details for the file pyuba-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pyuba-0.1.0-py3-none-any.whl
- Upload date:
- Size: 26.0 kB
- Tags: Python 3
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c537a09733cf7b12a21178eaad49ca3856b88e8287a71b4070009d028309c8a4
|
|
| MD5 |
18775b6bd75d36d581c91953f69d363b
|
|
| BLAKE2b-256 |
244c8981f8515cecc60a653315787a0c6331526a8394cc1be04245599220e3fb
|