From 9e6dcf12feafb8d5cb26174fc5d60b3828713791 Mon Sep 17 00:00:00 2001 From: NowanIlfideme Date: Wed, 2 Jul 2025 17:00:07 +0200 Subject: [PATCH] Simplified readme even more. --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index ee359fa..c6e81e4 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,7 @@ pip install py-tsdata ## Quickstart -Check the version of the package after importing it: - -```python ->>> import tsdata ->>> print(tsdata.__version__) -0.3.0 -``` - -You can see available datasets and load them directly into Pandas: +Load a dataset directly into Pandas from a `dict`-like interface: ```python >>> from tsdata.fpp3 import raw