iWork 0.0.3

Creator: bradpython12

Last updated:

Add to Cart

Description:

iWork 0.0.3

:rocket: Yuan :facepunch:


数据不是创造规律,而是展示那些原本的规律

https://www.kaggle.com/c/elo-merchant-category-recommendation/discussion/82055#479196
Competitions

Install
pip install Yuan

Usage
from yuan.pipe import *
@X
def xfunc1(x):
_ = x.split()
print(_)
return _
@X
def xfunc2(x):
_ = '>>'.join(x)
print(_)
return _

'I am very like a linux pipe' | xfunc1 | xfunc2



xtqdm



xfilter / xmap / xsort / xreduce


iterable | xfilter(lambda x: len(x) > 1) | xmap(str.upper) | xsort | xreduce(lambda x, y: x + '-' + y)

'AM-LIKE-LINUX-PIPE-VERY'


xsummary

iterable | xsummary

counts 7
uniques 7
missing 0
missing_perc 0%
types unique
Name: iterable, dtype: object


...

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.