library to import popular data librabries
Project description
dind3
dind3 is a lightweight Python library that automatically imports NumPy,Pandas and Matplotlib as np,pdand plt.
Installation
pip install dind
Usage
from dind import np, pd
print(np.array([1, 2, 3]))
print(pd.DataFrame({"A": [1, 2, 3]}))
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
dind3-0.1.tar.gz
(1.5 kB
view details)
File details
Details for the file dind3-0.1.tar.gz.
File metadata
- Download URL: dind3-0.1.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba5a1cb0da726b8e295099b7af87cdcefe9f9fd957aadada90abfd956c619f8f
|
|
| MD5 |
f1f0b2afa4598e7723037e38f1cb4f86
|
|
| BLAKE2b-256 |
bd333ffba809bdd2fffe672a9a4b616b6dfe8c05621ac3053fd4e502dd6f9f95
|