From 13144cd74f91eb79c6d45c05e23fe928fff464dc Mon Sep 17 00:00:00 2001 From: Rajendra Adhikari Date: Mon, 18 Dec 2023 11:29:14 -0600 Subject: [PATCH] Update README.md Typo fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a80f869..a7e5434 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ BuildStockQuery is a python library designed to simplify and streamline the proc BuildStockQuery offers an intuitive Object-Oriented Programming (OOP) interface to the ResStock output dataset allowing users to easily perform common queries and receive results in familiar pandas DataFrame format, abstracting away the need for complex SQL query. By initializing a query object with the pertinent Athena database and table names, users can easily query for various kinds of insights, for example, timeseries electricity for an end use for a given state grouped by building types. -Dcumentation and walkthrough: https://github.com/NREL/buildstock-query/wiki +Documentation and walkthrough: https://github.com/NREL/buildstock-query/wiki Usage examples: https://github.com/NREL/buildstock-query/tree/main/example_usage