{ "info": { "author": "elbaro", "author_email": "elbaro@users.noreply.github.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Science/Research", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering" ], "description": "\n**bears** is a light alternative to pandas. Its main goal is to provide a columnar dataframe.\nDataframe is a collection of columns. Each column is a numpy.ndarray.\n\nThe difference from pandas is as follows:\n- no fancy indexing\n- no label index / no active column\n- no implicit copy / expensive operation\n\nYou can\n- add/remove a column in O(1)\n- slice indexing / list indexing without copy\n- transpose the columnar dataframe to get the record-wise list \n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/elbaro/bears", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "bears", "package_url": "https://pypi.org/project/bears/", "platform": "", "project_url": "https://pypi.org/project/bears/", "project_urls": { "Homepage": "http://github.com/elbaro/bears" }, "release_url": "https://pypi.org/project/bears/0.1/", "requires_dist": null, "requires_python": "", "summary": "simpler and faster alternative to pandas", "version": "0.1" }, "last_serial": 3329593, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "f40a1b641ee85d154b84dac722a67c42", "sha256": "b9e43fd1d23d80519c92fe2f1b19452cae2ffaa930ad02965064d6e0b16f859b" }, "downloads": -1, "filename": "bears-0.1.tar.gz", "has_sig": false, "md5_digest": "f40a1b641ee85d154b84dac722a67c42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2180, "upload_time": "2017-11-13T19:56:39", "url": "https://files.pythonhosted.org/packages/1b/73/01950abe4dd06bbdddcff62add56b63eb2d94cdb3efa7f45b563571ef033/bears-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f40a1b641ee85d154b84dac722a67c42", "sha256": "b9e43fd1d23d80519c92fe2f1b19452cae2ffaa930ad02965064d6e0b16f859b" }, "downloads": -1, "filename": "bears-0.1.tar.gz", "has_sig": false, "md5_digest": "f40a1b641ee85d154b84dac722a67c42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2180, "upload_time": "2017-11-13T19:56:39", "url": "https://files.pythonhosted.org/packages/1b/73/01950abe4dd06bbdddcff62add56b63eb2d94cdb3efa7f45b563571ef033/bears-0.1.tar.gz" } ] }