Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

knowyourdata

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

knowyourdata

A package to display basic info about your data

  • 0.1.0a3
  • PyPI
  • Socket score

Maintainers
1

KnowYourData


A Simple Data Description Package for Python.

A rapid and lightweight module to describe the statistics and structure of data arrays for interactive use. This project was started in 2018 and currently maintained by Mubdi Rahman.

Installation

Dependencies

KnowYourData requires:

  • Python (>=2.7 or >=3.4)
  • Numpy (>=1.10.0)
  • ipython

User Installation

The easiest way to install KnowYourData is with pip: ..code-block:: bash pip install knowyourdata

Usage

For full usage, details are available in the documentation <http://knowyourdata.readthedocs.io/>_. The most simple use case to display data is if you have a numpy array 'x':

..code-block:: python >>> from knowyourdata import kyd >>> kyd(x)

Help and Support

  • Documentation: http://knowyourdata.readthedocs.io/

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc