Skip to content

install

datacorner edited this page Oct 17, 2023 · 1 revision

Installation

via pypi

The installation via pypi (pypi.org) is pretty straightforward, just use pip like this:

pip install pipelite

To uninstall:

pip uninstall pipelite

via the distribution file

You can also install pipelite by using the wheel file (located in the /dist directory). Just use pip with the whl file instead:

pip install ./dist/pipelite-x.x.x-py3-none-any.whl

🏠 Home
🔑 Main concepts
💻 Installation
🔨 Configuration
🚀 Running

Supported Data Sources
📄 CSV File
📑 XES File
📃 Excel File
📤 ODBC
🏢 SAP
🎢 ABBYY Timeline

Supported Transformations
🔀 Pass Through
📶 Dataset Profiling
🔂 Concat 2 Data sources
🆖 SubString
🆒 Column Transformation
🔃 Join data sources
🔃 Lookup
🔤 Rename Column Name

Extending pipelite
✅ how to
✅ Adding new Data sources
✅ Adding new Transformers
✅ Adding new Pipelines

Clone this wiki locally