How to Install and Uninstall python38-dask-dataframe Package on openSuSE Tumbleweed

Last updated: May 14,2024

1. Install "python38-dask-dataframe" package

This guide covers the steps necessary to install python38-dask-dataframe on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-dask-dataframe

2. Uninstall "python38-dask-dataframe" package

Please follow the guidance below to uninstall python38-dask-dataframe on openSuSE Tumbleweed:

$ sudo zypper remove python38-dask-dataframe

3. Information about the python38-dask-dataframe package on openSuSE Tumbleweed

Information for package python38-dask-dataframe:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-dask-dataframe
Version : 2021.9.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 3,9 MiB
Installed : No
Status : not installed
Source package : python-dask-2021.9.1-1.1.src
Summary : Pandas-like DataFrame data structure for dask
Description :
A flexible library for parallel computing in Python.
Dask is composed of two parts:
- Dynamic task scheduling optimized for computation. This is similar to
Airflow, Luigi, Celery, or Make, but optimized for interactive
computational workloads.
- “Big Data” collections like parallel arrays, dataframes, and lists that
extend common interfaces like NumPy, Pandas, or Python iterators to
larger-than-memory or distributed environments. These parallel collections
run on top of dynamic task schedulers.
This package contains the dask DataFrame class.
A Dask DataFrame is a large parallel dataframe composed of many
smaller Pandas dataframes, split along the index. These pandas
dataframes may live on disk for larger-than-memory computing
on a single machine, or on many different machines in a cluster.