jcs-lambda / lambdata-jcs-lambda

python package of utility functions

Repository from Github https://github.comjcs-lambda/lambdata-jcs-lambdaRepository from Github https://github.comjcs-lambda/lambdata-jcs-lambda

lambdata-jcs-lambda

python package of utility functions

current source version: 0.4.3

current test.pypi version: 0.4.3

Installation

pip install -i https://test.pypi.org/simple/ lambdata-jcslambda

Use

from lambdata_jcslambda import df_utils
from lambdata_jcslambda import Explorator
train, val, test = df_utils.tvt_split(df)
xdf = Explorator(df)
xdf.value_counts(['column1', 'column2'])

Test it out yourself

Open in Colab

About

python package of utility functions

License:MIT License


Languages

Language:Jupyter Notebook 95.4%Language:Python 4.4%Language:Dockerfile 0.1%Language:Shell 0.0%