auptitcafe sdk
Better title management
最后,一个Python包装,使Aup'itCafé的菜单成为一块(奶酪)蛋糕。
使用此软件包,您可以:
...并将它们作为对象或csv列表。
看到它活在Kaggle上?
pypi对于不耐烦的人,这里是快速且准备使用代码段:
# Install the package
!p ip install auptitcafe - - upgrade
# Make some imports
from auptitcafe . menus import Menus
import pandas as pd
# Create the main utility instance
menu_instance = Menus ()
# Dump menus as a csv file
menus = 'menus.csv'
menu_instance . to_csv ( menus )
# Load menus in a panda dataframe
df = pd . read_csv ( menus )
# Diplay dataframe
dfpoetry show --treepoetry build
poetry installpoetry run pytestpoetry config pypi-token.pypi $PYPI_TOKEN
poetry publish