Skip to main content

UNDER CONSTRUCTION: A simple python library to facilitate analysis

Project description

Data Science Common (dsc)

UNDER CONSTRUCTION: A simple Python library for facilitating analysis.

build status

When performing data analysis and other data intensive tasks, one often finds many examples where they use same code or workflow repeatedly. The next obvious step is to write resuable piece. This project is an attempt to collect all of these reusable pieces on a central place and to facilitate collaboration.

This library contains methods to help with:

  • String manipulation
  • Date manipulation
  • Data analysis
  • Database connections and queries
  • Cloud computing

This is an experimental library and will possibly be broken into smaller pieces in the future.

Installation

pip install data-science-common

Usage example

A few motivating and useful examples of how your product can be used. Spice this up with code blocks and potentially more screenshots.

For more examples and usage, please refer to the Wiki.

Development setup

Describe how to install all development dependencies and how to run an automated test-suite of some kind. Potentially do this for multiple platforms.

make install

Release History

  • 0.1.7
    • refactored code layout and updated build to pyproject.toml paradigm
  • 0.1.6
    • updating documentation and deployment infrastructure
  • 0.1.5
    • CHANGE: added package dsc.util.date
    • CHANGE: added package dsc.util.db
    • CHANGE: added package dsc.util.error
    • CHANGE: added package dsc.util.obj
    • CHANGE: added package dsc.util.pd
    • CHANGE: added package dsc.util.str
  • 0.1.4
    • CHANGE: adding CI/CD
  • 0.1
    • Initial release

Meta

Ryan Kelley – kelleyrw@gmail.com

Distributed under the Apache License, Version 2.0. See LICENSE for more information.

https://github.com/kelleyrw

Contributing

  1. Fork it (https://github.com/kelleyrw/data_science_common/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

requirements for development

  • black
  • isort
  • pandoc

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

data-science-common-0.1.22.tar.gz (13.8 kB view hashes)

Uploaded Source

Built Distribution

data_science_common-0.1.22-py3-none-any.whl (19.7 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