pandas-Installation#
Mit Spack könnt ihr pandas in eurem Kernel bereitstellen, z.B. mit:
$ spack env activate python-38
$ spack install py-pandas@1.3.4%gcc@11.2.0
Alternativ könnt ihr pandas auch mit anderen Paketmanagern installieren, z.B.
$ pipenv install pandas
Bemerkung
Falls ihr pipenv noch nicht installiert habt, findet ihr eine Anleitung hierzu unter Pipenv installieren.
Die Installation könnt Ihr dann überprüfen mit:
>>> import pandas as pd