4. Pandas library

4.1. Introduction to the Pandas library

Pandas is a tool based on NumPy, which is often used in the field of data analysis. Pandas can be used to process all kinds of messy data or tabular data. The library provides many tools needed to operate large data sets. We can install the Python-Pandas library on the Lubancat board, and write some test codes through jupyter to use the library.

4.2. Pandas library installation

We use the apt tool to install.

# Enter the following command in the terminal to install the Pandas library:
sudo apt -y install python3-pandas

Wait until the installation is complete.

4.3. Pandas library usage

After installing the corresponding library, we can use the jupyter installed earlier to write the test code.

The test code and its effects are as follows:

broken

You can upload the supporting code directory “libdemo\Pandas\Pandas.ipynb” file to jupyter for use.

For more information about the use of the Python Numpy library, please refer to Pandas Tutorial