A super package that imports datascience packages to the namespace
Project description
SuperData
A small python package to import common Data science packages to the namespace.
That is, no need to import numpy as np
in your code.
For example:
1 from superdata import *
2 a=np.array([1,2,3])
3 plt.plot(a)
For now, only covers:
import numpy as np
import matplotlib.pyplot as plt
import pandas as pd
import matplotlib as mpl
installation
Easy installation using pip: https://pypi.org/project/superdata/0.1/
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
superdata-0.1.1.tar.gz
(1.6 kB
view details)
Built Distribution
File details
Details for the file superdata-0.1.1.tar.gz
.
File metadata
- Download URL: superdata-0.1.1.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4d8bb1738ed0693bd5cd22d496613aca93278796532ae9881065e6ebb5c2f6c |
|
MD5 | 0ff9ba6e605d085804c75d8d549ea49f |
|
BLAKE2b-256 | 98d5ff1bbd7a0e8a85995e98ae30a81ce39549945f73c1f0403983c42a545a80 |
File details
Details for the file superdata-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: superdata-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8c979200054ed4601327b96b2220f09d55bc54d378bd0e3789409fb62637160 |
|
MD5 | 66ea30663b7b6223006a18fafa7b0fae |
|
BLAKE2b-256 | 0df03cd57375da86fc84374def6c5bbaf1eeca38ee860a9d37f68d3095d5683f |