From c42312013396bce1fda0eb41263634f41b2c05f6 Mon Sep 17 00:00:00 2001 From: SickProdigy <57080706+SickProdigy@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:18:46 -0500 Subject: [PATCH] Update README.md mispelled --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34709f5..a92c651 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ Hello, I see there aren't a lot of scripts around for binance to excel sheets. W At first I was testing xlwings, but seems it's broken somwhere in the module. So I saw pandas had methods to write to excel sheets, so I tested around until I finally got working scripts to pull binance data to excel. -Most of these scripts will have that in mind. You can easily witch to cvs and other scructures. Check pandas module documentation for more examples. Use the search function as the site isn't very intuitive. +Most of these scripts will have that in mind. You can easily switch to cvs output or other scructures. Check pandas module documentation for more examples. Use the search function as the site isn't very intuitive. Hope this helps someone else. I'll update more as I keep testing along.