UNDER CONSTRUCTION: A simple python library to facilitate analysis
Project description
Data Science Common (dsc)
UNDER CONSTRUCTION: A simple Python library for facilitating analysis.
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
- CHANGE: added package
- 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.
Contributing
- Fork it (https://github.com/kelleyrw/data_science_common/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
requirements for development
- black
- isort
- pandoc
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file data-science-common-0.1.22.tar.gz
.
File metadata
- Download URL: data-science-common-0.1.22.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d599be8c458488456e2a5ce2917585938330ff96ed1d16d8ca1f5df4bfd1df75 |
|
MD5 | 7fc0610d7203388e5725cb088a3a7c5d |
|
BLAKE2b-256 | 93a669db9f37d6f57fc5fb91b1563bc8c93f35a5c5d243d2dcdfa686bc68b7bc |
File details
Details for the file data_science_common-0.1.22-py3-none-any.whl
.
File metadata
- Download URL: data_science_common-0.1.22-py3-none-any.whl
- Upload date:
- Size: 19.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d810ff974f028969ed04611f2d02d800c36180118bc990b3a447a2867e22cc8 |
|
MD5 | 2b44195583a4d026bcbeafa55002f522 |
|
BLAKE2b-256 | 600cba5d10de302aa73fb0a9aa7f6fcc3740e941f15c183cc59744ff77a1e7f6 |