{ "info": { "author": "Elaine Angelino and Daniel Yamins", "author_email": "yamins@mit.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Topic :: Scientific/Engineering :: Information Analysis" ], "description": "Tabular\r\n==========\r\nTabular data can be easily represented in Python using the language's native objects -- e.g. by lists of tuples representing the records of the data set. Though easy to create, these kind of representations typically do not enable important tabular data manipulations, like efficient column selection, matrix mathematics, or spreadsheet-style operations. \r\n\r\n**Tabular** is a package of Python modules for working with tabular data. Its main object is the **tabarray** class, a data structure for holding and manipulating tabular data. By putting data into a **tabarray** object, you'll get a representation of the data that is more flexible and powerful than a native Python representation. More specifically, **tabarray** provides:\r\n\t\r\n*\tultra-fast filtering, selection, and numerical analysis methods, using convenient Matlab-style matrix operation syntax\r\n*\tspreadsheet-style operations, including row & column operations, 'sort', 'replace', 'aggregate', 'pivot', and 'join'\r\n*\tflexible load and save methods for a variety of file formats, including delimited text (CSV), binary, and HTML\r\n*\tsophisticated inference algorithms for determining formatting parameters and data types of input files\r\n\r\n**Note to NumPy Users:** The **tabarray** object is based on the `ndarray `_ object from the Numerical Python package (`NumPy `_), and the Tabular package is built to interface well with NumPy in general. In particular, users of NumPy can get many of the benefits of Tabular, e.g. the spreadsheet-style operations, without having replace their usual NumPy objects with tabarrays, since most of the useful functional pieces of Tabular are written to work directly on NumPy ndarrays and record arrays (see `relationship to NumPy `_).\r\n\r\n\r\nDownload\r\n----------------------------\r\n\r\nDownload the latest release of tabular from the Python Package Index (PyPi): http://pypi.python.org/pypi/tabular/. \r\n\r\nTabular requires Python 2.6 or higher, but will not work with Python 3k (since NumPy itself is not ported to Py3k). Tabular **requires** NumPy v1.6 or higher. Any earlier version WILL NOT WORK.\r\n\r\nOnce these dependencies are installed, you can simply go to the Tabular source directory in your terminal and run the command \"python setup.py install\" (see `Installing Python Modules `_).\r\n\r\nYou can also clone our github repository: https://github.com/yamins81/tabular. You can report bugs, make suggestions, submit pull requests, and follow an RSS from our github site. \r\n\r\n\r\nDocumentation\r\n--------------------------------\r\nhttp://web.mit.edu/yamins/www/tabular/", "description_content_type": null, "docs_url": "https://pythonhosted.org/tabular/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/yamins81/tabular", "keywords": "", "license": "UNKNOWN", "maintainer": "", "maintainer_email": "", "name": "tabular", "package_url": "https://pypi.org/project/tabular/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tabular/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/yamins81/tabular" }, "release_url": "https://pypi.org/project/tabular/0.1/", "requires_dist": null, "requires_python": null, "summary": "Tabular data container and associated convenience routines in Python", "version": "0.1" }, "last_serial": 800331, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "573b56a6637bc32463f3140a3027a7e0", "sha256": "0e93bfd6ec93fa5a08ac38fae712cf2b70c718bd1c39175978dd79d5c30d48c7" }, "downloads": -1, "filename": "tabular-0.0.1.tar.gz", "has_sig": false, "md5_digest": "573b56a6637bc32463f3140a3027a7e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39799, "upload_time": "2009-08-27T19:52:39", "url": "https://files.pythonhosted.org/packages/55/c0/7f7dfa4c3c71f28525b46dfbbcb75d9d3c7750a8bfde38f4735935a21d10/tabular-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "b77f2446e40c2666a78adb9628e498b1", "sha256": "82bfaaa6085802f22e080ea8a5879a747fbe0624340d4509a00073cac251ef24" }, "downloads": -1, "filename": "tabular-0.0.2.tar.gz", "has_sig": false, "md5_digest": "b77f2446e40c2666a78adb9628e498b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49902, "upload_time": "2009-09-10T05:35:55", "url": "https://files.pythonhosted.org/packages/62/12/8ead600d200c66c0edfbf083d665a55a72a2362c3ebb41befad9cdd908f5/tabular-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "4cef714562a9aace0864fea68290e2f7", "sha256": "bc22a1738ead97bf0b974388732310479b1b1ebdad4772ea6baefdb3b03c712c" }, "downloads": -1, "filename": "tabular-0.0.3.tar.gz", "has_sig": false, "md5_digest": "4cef714562a9aace0864fea68290e2f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50283, "upload_time": "2009-09-16T05:24:45", "url": "https://files.pythonhosted.org/packages/fc/15/1dd685cf2d91d6f8e22dd0b5113e69aba91d86a00aba7edf98bcd48967a9/tabular-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "455afad7d81c128ba69ef05735c8c6a0", "sha256": "4c49ada778f2cd3ae7b37644247953caa2d2efe0965382cc6fe33aadfccc6e10" }, "downloads": -1, "filename": "tabular-0.0.4.tar.gz", "has_sig": false, "md5_digest": "455afad7d81c128ba69ef05735c8c6a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45270, "upload_time": "2009-09-17T20:30:08", "url": "https://files.pythonhosted.org/packages/22/be/24bfdfbcf70e65feb071e851510bc0eefca66afee0a66f8f86a724ad6898/tabular-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "14749fc89bdfed3eb69f059928a8affe", "sha256": "85c54ed1ce5a0bd8e346f45cda4b86674291106194f6382d2e88d69fdbd91185" }, "downloads": -1, "filename": "tabular-0.0.5.tar.gz", "has_sig": false, "md5_digest": "14749fc89bdfed3eb69f059928a8affe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47454, "upload_time": "2009-09-26T00:23:18", "url": "https://files.pythonhosted.org/packages/1f/2c/a82eabd7f4ccdaa1ab99c3c96c94cf9dcfda0b17d6a2f8fd29607d717207/tabular-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "a844ca57397883e634ea4cfa3452c9d6", "sha256": "dd49655fc79ae68afdf7e3bcf4106986662363ab110088d802b25b6523a16472" }, "downloads": -1, "filename": "tabular-0.0.6.tar.gz", "has_sig": false, "md5_digest": "a844ca57397883e634ea4cfa3452c9d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47453, "upload_time": "2009-09-26T00:32:37", "url": "https://files.pythonhosted.org/packages/8b/58/4e727215751414fb020fd69d09be380b7961103f86c93a10f7474b37089b/tabular-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "a988a35a47b9b1f963fcc0e241a9cb5f", "sha256": "ecfb42cba615b2d9d334a17ffdfc4a7f9bc8d1a2fff0f95d62a385d47aecc6ef" }, "downloads": -1, "filename": "tabular-0.0.7.tar.gz", "has_sig": false, "md5_digest": "a988a35a47b9b1f963fcc0e241a9cb5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53552, "upload_time": "2009-10-05T22:31:59", "url": "https://files.pythonhosted.org/packages/08/60/f28f89715c47f21e7dde3978def6bc1a30f90f3e3e67df811e5f119d694f/tabular-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "104bd3c35dda0e895f1660d5bd47bb14", "sha256": "c28567bb99b1d4d10106f584b09a6161bb3f02b3fa789e6aac6fbe450a145f76" }, "downloads": -1, "filename": "tabular-0.0.8.tar.gz", "has_sig": false, "md5_digest": "104bd3c35dda0e895f1660d5bd47bb14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53530, "upload_time": "2009-10-06T15:23:03", "url": "https://files.pythonhosted.org/packages/0a/51/b7fc7787801ec45479cf1d2fc8555da8da55d60a3be57f0f4c9185a8438e/tabular-0.0.8.tar.gz" } ], "0.1": [ { "comment_text": "", "digests": { "md5": "3399403ca409be4ca162f972385693d5", "sha256": "372a1004b2dce3fd811531c04c77ce7e047160f7a246b3de6d510878200d1cc1" }, "downloads": -1, "filename": "tabular-0.1.tar.gz", "has_sig": false, "md5_digest": "3399403ca409be4ca162f972385693d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1096296, "upload_time": "2013-02-23T22:06:14", "url": "https://files.pythonhosted.org/packages/f1/c4/991f61471be3b2568a55e0c09f07c038f48b06162d08f914a9260b512be2/tabular-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3399403ca409be4ca162f972385693d5", "sha256": "372a1004b2dce3fd811531c04c77ce7e047160f7a246b3de6d510878200d1cc1" }, "downloads": -1, "filename": "tabular-0.1.tar.gz", "has_sig": false, "md5_digest": "3399403ca409be4ca162f972385693d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1096296, "upload_time": "2013-02-23T22:06:14", "url": "https://files.pythonhosted.org/packages/f1/c4/991f61471be3b2568a55e0c09f07c038f48b06162d08f914a9260b512be2/tabular-0.1.tar.gz" } ] }