How to Install Pandas in Lubuntu 18.04 Bionic LTS

March 2, 2019 | By the+gnu+linux+evangelist.

Pandas Lubuntu 18.04 - Installation

  1. 1. Launching Shell Emulator

    Open a Terminal window
    Ctrl+Alt+t on Desktop
    (Press “Enter” to Execute Commands)

    Step-by-step Install Pandas in Lubuntu 18.04 Bionic LTS - Open Terminal Shell Emulator
  2. 2. Installing Anaconda Python

    How to Install Anaconda Python in GNU/Linux

    Because this is the Best Practice to Work on a Python Multi Environment!

  3. 3. Testing Python Pandas

    So now just Test the Python Pandas
    In fact the Package it’s already part of the Anaconda Suite!
    You have 2 Choices, by PIP:

    conda install pip
    pip list | grep pip

    The grep Command Refine the output List showing only the entries Matching the Keyword.
    Or trying directly to Import the Module in Python CLI with:

    python
    import pandas
  4. So Now I’m truly Happy if My Guide could Help you to Install Pandas on Lubuntu 18.04!

Contents


QuickChic Theme • Powered by WordPress