ETL Frameworks
CLI-First ELT Platform
★ 4.3
Data Manipulation & Analysis Library
★ 4.9
pip install meltanopip install pandaspip install meltanopip install pandasPython data engineers use Meltano to build end-to-end ELT pipelines managed as code — defining extractors, loaders, and dbt transformation steps in `meltano.yml`. The CLI is invoked from Python scripts or Airflow operators to run pipeline steps. Meltano's state management handles incremental extraction from sources automatically.
Pandas is the go-to tool for data wrangling in Python pipelines. Engineers use DataFrames to load raw data from CSVs or databases, clean and transform it (renaming columns, filtering rows, filling nulls), then write results to Parquet or a data warehouse. It is the standard intermediate layer between data ingestion and downstream processing.
Individual Tool Pages