From f3a65d5430757ee50e121f629cc50e91eb5d28c1 Mon Sep 17 00:00:00 2001 From: leftkats Date: Sat, 7 Jun 2025 16:30:35 +0300 Subject: [PATCH] fix: folder structure --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce1976b..ef3ca65 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Think of it as your **data prep toolbox** — one line of code away from clean, --- ## :file_folder: Project Structure - +```text DataPytheon/ │ ├── recipes/ # Static datasets @@ -44,4 +44,4 @@ DataPytheon/ │ ├── tests/ # Basic unit tests for scripts │ └── test_titanic.py - +```