• Stars
    star
    1
  • Language
    Jupyter Notebook
  • Created almost 2 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Numpy is short for numerical python which is the fundamental package required for high performance scientific computing and data analysis. It is the foundation on which nearly all of the higher level packages are built from. ndarray is one of the key features of NumPy which stands for N-dimensional array object.