description
Project description
: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
- ...
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Yuan-1.0.7.tar.gz
(54.3 kB
view details)
Built Distribution
Yuan-1.0.7-py3-none-any.whl
(1.3 MB
view details)
File details
Details for the file Yuan-1.0.7.tar.gz
.
File metadata
- Download URL: Yuan-1.0.7.tar.gz
- Upload date:
- Size: 54.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c435d5a22b743901ab191c298dfebd61b393eece3562108399f2e0d2bb39f9c3 |
|
MD5 | 9a27f791227459f20e8f8bbf9081bcb2 |
|
BLAKE2b-256 | 9c63c150504265b5a8e557e8f4013060345a34ab7e31dc5540852d941ea3f9df |
File details
Details for the file Yuan-1.0.7-py3-none-any.whl
.
File metadata
- Download URL: Yuan-1.0.7-py3-none-any.whl
- Upload date:
- Size: 1.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9812e9325aa9316774bf6024c11dd387588efd9b48e352f18829fe1984e2ef3 |
|
MD5 | 15907b2f15a7d0a2d9dc87359fb206a8 |
|
BLAKE2b-256 | 19f208f04aab0e86d398fcfbf44f4946e9ef065865e3f6b2c4c8fc56b4243576 |