From 27c566f8b2538d60692ce8e511c810b6b58f517f Mon Sep 17 00:00:00 2001 From: Ken Williams Date: Thu, 27 Mar 2025 16:05:07 -0500 Subject: [PATCH] "tabular", not "tabulated" --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f0b3bf4..b6941c7 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ For the full documentation, refer to the `Github Pages Website ====================================================================== -PandasSchema is a module for validating tabulated data, such as CSVs +PandasSchema is a module for validating tabular data, such as CSVs (Comma Separated Value files), and TSVs (Tab Separated Value files). It uses the incredibly powerful data analysis tool Pandas to do so quickly and efficiently.