Skip to main content

Flexible and powerful data analysis / manipulation library for Python on top of SQL, providing labeled data structures.

Project description

liebres

PyPI Read the Docs Travis (.org) branch Codecov GitHub GitHub stars

Description

Flexible and powerful data analysis / manipulation library for Python on top of SQL, providing labeled data structures.

IMPORTANT: This project is still under its early stage of development. So it's not recommended yet to use on real world projects.

How to install

pip install liebres

Getting Started

import liebres as lb

df = lb.DataFrame({'a': [1, 2, 3], 'b': [4, 5, 6]})

...

Documentation

You can find the documentation at: https://liebres.readthedocs.io

Development

You can install it simply typing:

pipenv install --dev

To run the tests perform:

pipenv python -m unittest discover tests

Repository Contents

[TODO]

LICENSE

This project is licensed under MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

liebres-0.0.1.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

liebres-0.0.1-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page