Metadata-Version: 1.1
Name: pandas_mate
Version: 0.0.3
Summary: Provide utility method for pandas.
Home-page: https://github.com/MacHu-GWU/pandas_mate-project
Author: Sanhe Hu
Author-email: husanhe@gmail.com
License: MIT
Download-URL: https://github.com/MacHu-GWU/pandas_mate-project/tarball/2017-06-13
Description: .. image:: https://travis-ci.org/MacHu-GWU/pandas_mate-project.svg?branch=master

        

        .. image:: https://img.shields.io/pypi/v/pandas_mate.svg

        

        .. image:: https://img.shields.io/pypi/l/pandas_mate.svg

        

        .. image:: https://img.shields.io/pypi/pyversions/pandas_mate.svg

        

        

        Welcome to pandas_mate Documentation

        ====================================

        ``pandas_mate`` provides lots of utility method for pandas.

        

        - ``pandas_mate.csv_io``: provide advance csv I/O interface.

        - ``pandas_mate.sql_io``: provide database I/O interface.

        - ``pandas_mate.transform``: convert pandas's data type into varieties of form.

        

        

        **Quick Links**

        ---------------

        - `GitHub Homepage <https://github.com/MacHu-GWU/pandas_mate-project>`_

        - `Online Documentation <https://pypi.python.org/pypi/pandas_mate>`_

        - `PyPI download <https://pypi.python.org/pypi/pandas_mate>`_

        - `Install <install_>`_

        - `Issue submit and feature request <https://github.com/MacHu-GWU/pandas_mate-project/issues>`_

        - `API reference and source code <http://pythonhosted.org/pandas_mate/py-modindex.html>`_

        

        

        .. _install:

        

        Install

        -------

        

        ``pandas_mate`` is released on PyPI, so all you need is:

        

        .. code-block:: console

        

        	$ pip install pandas_mate

        

        To upgrade to latest version:

        

        .. code-block:: console

        

        	$ pip install --upgrade pandas_mate
Platform: Windows
Platform: MacOS
Platform: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
