/Numpy_Pandas_basics_operations

Numpy and Pandas Basics for reference

Primary LanguageJupyter Notebook

Numpy_Pandas_basics_operations

Numpy and Pandas Basics for reference

NumPy and Pandas Basics

This repository contains a number of Python files and Jupyter notebooks that demonstrate the basics of NumPy and Pandas. The files are organized into the following directories:

  • numpy: Demonstrate the basics of NumPy, such as creating and manipulating arrays, performing mathematical operations on arrays, and working with functions.
  • pandas: Demonstrate the basics of Pandas, such as reading and writing data, filtering and aggregating data, and plotting data.

To get started, you will need to install Python and the NumPy and Pandas libraries. Once you have installed the libraries, you can open the Jupyter notebook viewer and navigate to the directory containing the notebooks. You can then open the notebooks and run the code to see how NumPy and Pandas work.

The following Python libraries are required to run the code in this repository:

  • NumPy
  • Pandas