文件名称:necessity:“啤酒是我的必需品。”
文件大小:4KB
文件格式:ZIP
更新时间:2024-04-23 11:59:43
Python
必要性 “啤酒是我的必需品。” -熊猫人Brewmaster 用法 >> > import pandas as pd >> > from necessity import count_column , sample_by_percentile >> > data = [ 'foo' ] * 100 + [ 'bar' ] * 20 + [ 'blah' ] * 50 >> > data += [ 'abc' ] * 30 + [ 'xyz' ] * 20 + [ 'bear' ] * 10 >> > df = pd . DataFrame ({ 'things' : data }) >> > count_column ( df , 'things' ) foo 100 blah 50 abc 30 bar 20 xyz 20 bear
【文件预览】:
necessity-main
----LICENSE(1KB)
----setup.py(504B)
----README.md(763B)
----necessity()
--------pd_dataframe.py(2KB)
--------tc_sframe.py(224B)
--------__init__.py(38B)