Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

superdata-0.1.1-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page