简单的基于python的本地/远程数据集存储。

barn的Python项目详细描述


PyPI-StatusPyPI-VersionsBuild-StatusCodecovLICENCE

简单的python本地/远程数据集存储。

frombarnimportDatasettwitter_usa=Dataset(name='twitter_usa',task='NER')# download from an azure block blob storage and load into a dataframetwitter_usa.download(tags=['preprocessed'],version='20180305')df=twitter_usa.df(tags=['preprocessed'],version='20180305')

1   Installation

pip install barn

2   Features

  • 纯Python。
  • 支持Python3.5+。

4   Contributing

包作者和当前维护者是shay palachy(shay.palachy@gmail.com);非常欢迎您向他寻求帮助。捐款是非常受欢迎的。

4.1   Installing for development

克隆:

git clone git@github.com:shaypal5/barn.git

以开发模式安装,包括测试依赖项:

cd barn
pip install -e '.[test]'

4.2   Running the tests

要运行测试,请使用:

cd barn
pytest

4.3   Adding documentation

该项目使用numpy docstring conventions进行文档记录,之所以选择它们,是因为它们可能是最广泛传播的约定,既受sphinx等常用工具的支持,又产生人类可读的docstring。在记录添加到此项目中的代码时,请遵循these conventions

此外,如果您更新了这个README.rst文件,请使用python setup.py checkdocs验证它的编译。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
如何使用java向dropup html/css添加项目   如何从java中的向量向量打印   Java Maven库项目模板   java使用atmosphere api还是直接使用grizzly?   java JComponent仅部分显示   如何将动态值传递给自定义注释,以从Java数据进行映射。性质   java破解已实现方法的返回类型的最佳方法?   java Netbeans在JFrame Gui布局中覆盖图像   spring java仅向登录用户显示注销按钮   java如何对com进行身份验证。谷歌。云bigquery。带有服务帐户的BigQuery`   java禁止空字符串参数和抛出RuntimeException以阻止方法继续的利弊   java分析项目中的所有JAR以获取版本和许可证信息   Java,数据库为什么要分配一个新对象,而我们可以直接将它放入数据库