Interfaces and tools for data science.
Project description
Nimble - Python data science package
Nimble provides a unified framework for data science, data analysis, and machine learning in Python that can be used as a more elegant alternative to the standard stack (numpy, pandas, scikit-learn/sklearn, scipy, etc.). Nimble can also be used alongside these standard tools to make it faster and easier to make predictions and manipulate, analyze, process and visualize data.
Getting Started
You can check the Install page for detailed options or just started with this:
pip install nimble\[quickstart\]
Once Nimble is installed, you can load data in a script by calling
nimble.data
with a URL or local path.
import nimble
urlOrPath = "https://storage.googleapis.com/nimble/Metro_Interstate_Traffic_Volume.csv"
loaded = nimble.data(urlOrPath)
From there, you can explore the examples below or check out the the Cheatsheet and API Docs to see what's possible!
Examples
- Cleaning Data
- Supervised Learning
- Exploring Data
- Unsupervised Learning
- Neural Networks
- Merging And Tidying Data
- Additional Functionality
Resources
Contact
Feel free to get in touch with us at:
or through the Nimble Github page.
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
Built Distributions
File details
Details for the file nimble-0.5.3.tar.gz
.
File metadata
- Download URL: nimble-0.5.3.tar.gz
- Upload date:
- Size: 7.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc049d288d2325272f433b97b27ab9096385991ac4a78ceef9c61478c1c7bc20 |
|
MD5 | 1b16dc54b49faedad4162e4694fc0751 |
|
BLAKE2b-256 | b7ed825d902a1d93ceb9d00cd6185f086edd8767d861ae4385dea73bd7293869 |
File details
Details for the file nimble-0.5.3-cp312-cp312-win_amd64.whl
.
File metadata
- Download URL: nimble-0.5.3-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 12.5 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2662ff34475e8a754bf9ad2e3407f6361d59632bef627ca4d2f28f3491e17751 |
|
MD5 | d6ac0967d326eb7255575529d2cbb61f |
|
BLAKE2b-256 | 80d961e9989d5d14d9372de0d71f709f74fac41306ea1dc8b8846aaa4f471c2c |
File details
Details for the file nimble-0.5.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: nimble-0.5.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 43.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 451a301382c89359a95e2c6c0d2ef0a4480dcd623dc59e2712fe8896857d5ff4 |
|
MD5 | ec08777427082c5923135016d100d458 |
|
BLAKE2b-256 | 1ab195d7b9af974ca44a9697d521c6193994d0b4f265198d33135968e84bc3c8 |
File details
Details for the file nimble-0.5.3-cp312-cp312-macosx_10_9_universal2.whl
.
File metadata
- Download URL: nimble-0.5.3-cp312-cp312-macosx_10_9_universal2.whl
- Upload date:
- Size: 18.7 MB
- Tags: CPython 3.12, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9158c65885ed75a4ce0fb42420d24fba94442dba6f306c253313c76af7132326 |
|
MD5 | e7c02d9b36644ac2b9f8e6390b9dec79 |
|
BLAKE2b-256 | bad946f1122b387e0305bf2f6804bc8af65279311c5c99bb1e3251d5e3373fff |
File details
Details for the file nimble-0.5.3-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: nimble-0.5.3-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 12.7 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1148f68e0de5eb921b9b61bb2521062ba3bc9bf92ba4482f9d20fac407342b18 |
|
MD5 | da0c9bbbdb913dddf1719694212f1824 |
|
BLAKE2b-256 | dbb47334cdac6be16d0c1b81b414f45e3c126f180a4651fac324dac337940fab |
File details
Details for the file nimble-0.5.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: nimble-0.5.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 42.9 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e9b159c77cbb3930822ee32c2b9d382027505ee31bd66a90455cd3c331c1f3e |
|
MD5 | 306653364845aab9f9fc56b8b28ffac0 |
|
BLAKE2b-256 | 01b0cdf29aa5d461ea0448a6448e4b44588fa0f02c2884b55da9fd14dd5ecdaa |
File details
Details for the file nimble-0.5.3-cp311-cp311-macosx_10_9_universal2.whl
.
File metadata
- Download URL: nimble-0.5.3-cp311-cp311-macosx_10_9_universal2.whl
- Upload date:
- Size: 18.8 MB
- Tags: CPython 3.11, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6e75f037ef0d176e5cb0d483b929cfead187805d0e90121f2fef6cf6a7de6b7 |
|
MD5 | 82f88e979214f4d417917fd9d057913e |
|
BLAKE2b-256 | ffa166b8767880131f1a7a7a9018d5adc1a99bddbea710bc253c9ae7da633903 |
File details
Details for the file nimble-0.5.3-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: nimble-0.5.3-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 12.7 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a18a8ace096f88fec9929a676bec5832c0bf29240d0d242275d997ab44e3b382 |
|
MD5 | 6243d139fc9b5f220069b55387b52bf2 |
|
BLAKE2b-256 | 56c63a56404b6f550d791c41161ad07d95ba9ff556444d6b2a47f23e32834ebe |
File details
Details for the file nimble-0.5.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: nimble-0.5.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 39.6 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33aa8a2b7f187536e30189356e8175df33eeb88c03f0c0dfd5d1486ca3c8c1b1 |
|
MD5 | f8115ee4db0491cd3339e3c94fbae66d |
|
BLAKE2b-256 | 4613edbfe6598f4ff2dd23dff9ddad8bd9a2e1204914051e0b7af75e94237aa3 |
File details
Details for the file nimble-0.5.3-cp310-cp310-macosx_10_9_universal2.whl
.
File metadata
- Download URL: nimble-0.5.3-cp310-cp310-macosx_10_9_universal2.whl
- Upload date:
- Size: 18.8 MB
- Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbc724b5f321f8ff37ec6eaad34df457215937c4c96fc041b7656f2bb3cc53a5 |
|
MD5 | 3e6c13d35b91ef9fd9902ab8ccdd2d3f |
|
BLAKE2b-256 | b41534cd84fb7a20c8715bc25f1e42e416c65750d4897a313dbc39a37e984d38 |
File details
Details for the file nimble-0.5.3-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: nimble-0.5.3-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 12.7 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43ab7548e9194327557c2e2627c86e3de145ac3f2e9aa71af6027038b803fcf9 |
|
MD5 | 655749465115eecc7c23dfea82505e21 |
|
BLAKE2b-256 | 50bb4e134926ada5553003e20e4b69f9eefe933a3c688e8c84a0b1fc2707210d |
File details
Details for the file nimble-0.5.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: nimble-0.5.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 39.6 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1b8664a1189f8123a5c5b2a752f1ffb91242bd61b027c62020f7328e276cd56 |
|
MD5 | 092f8cc72704c19ec23afa130686eb1a |
|
BLAKE2b-256 | 4cc758cec1ed9ee4dc1eef542a4d90e89e04982d1ac976252c0f13b444515d35 |
File details
Details for the file nimble-0.5.3-cp39-cp39-macosx_10_9_universal2.whl
.
File metadata
- Download URL: nimble-0.5.3-cp39-cp39-macosx_10_9_universal2.whl
- Upload date:
- Size: 18.8 MB
- Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18a70b5ca1af4e2b90a75cc24986c08ed157ac968873f437cf0d4b50afba0a9d |
|
MD5 | 3aade76053acedef7c8bc3118eb14b24 |
|
BLAKE2b-256 | e7db7ff162f4bc4897eaa24eae1c1809c5ecaf10634f7ec09b321e3e01cdb0fe |
File details
Details for the file nimble-0.5.3-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: nimble-0.5.3-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 12.7 MB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f27a16df9d1ee49318fbc5ab528ce840917d396ef2c11b8cacffcef0761d9b74 |
|
MD5 | b409d02873abe13fe7a0243cd31abf2c |
|
BLAKE2b-256 | 7ce03ecd2c348d1ad1829699f49a48efbbba949545f2b1e748b6426f8d8a8275 |
File details
Details for the file nimble-0.5.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: nimble-0.5.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 40.7 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed6cc068e422f3551790d30ad16c67db2f09c712a757a1473011f119059d1e4b |
|
MD5 | 0aaf641c73cb8f9f42ef8b6e1cb075a7 |
|
BLAKE2b-256 | cc336faf13c02fee0d9c42f98d18ac149bfcaf331bf78ae4d4f0d4b4e2fa55e8 |
File details
Details for the file nimble-0.5.3-cp38-cp38-macosx_10_9_universal2.whl
.
File metadata
- Download URL: nimble-0.5.3-cp38-cp38-macosx_10_9_universal2.whl
- Upload date:
- Size: 18.7 MB
- Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e4affdcee437bf018210f86622b03ec376fedf43c659d26f913843533d22b7f |
|
MD5 | 7893ea2199bfe8751c9e669874cccf53 |
|
BLAKE2b-256 | c510c47c1f4583b050a125fb799c96d4fd5fd1f541037cad4ef15907a409e95f |