A super package that imports datascience packages to the namespace
Project description
SuperData
A small python SUPERpackage 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file superdata-0.1.tar.gz.
File metadata
- Download URL: superdata-0.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 |
cf18f06bf87b711861f915c43ab55f2f6779a65ac83fde0a5b0917901a5e78c6
|
|
| MD5 |
972f1fceb8815cb6f118687b55b51e47
|
|
| BLAKE2b-256 |
f4676b7c716e29d027b25c94c333c25867914cdc0a94199fe5dfd2ab1c75b0e0
|
File details
Details for the file superdata-0.1-py3-none-any.whl.
File metadata
- Download URL: superdata-0.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 |
2485f1f654fd26c981a1ea6112ecf2dd6e4baf15837475c6cc592f3311debc25
|
|
| MD5 |
ef8df005ca47b4b64ba65a4faff794cc
|
|
| BLAKE2b-256 |
c087534fd695a09d288f829c44b2992898a1ee29f83c1c7e2739fed13566d876
|