From 94610354e1cc7c3572019b66a433e69dff4a2283 Mon Sep 17 00:00:00 2001 From: Mike DuPont Date: Fri, 13 Oct 2023 10:48:48 -0400 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bfdd52..d546b59 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ PdpCLI PdpCLI is a pandas DataFrame processing CLI tool which enables you to build a pandas pipeline powered by [pdpipe](https://pdpipe.github.io/pdpipe/) from a configuration file. You can also extend pipeline stages and data readers / writers by using your own python scripts. ### Features - - Process pandas DataFrame from CLI without wrting Python scripts + - Process pandas DataFrame from CLI without writing Python scripts - Support multiple configuration file formats: YAML, JSON, Jsonnet - Read / write data files in the following formats: CSV, TSV, JSON, JSONL, pickled DataFrame - Import / export data with multiple protocols: S3 / Databse (MySQL, Postgres, SQLite, ...) / HTTP(S)