From 8dc4abee67c6044b0908b9a64bee875f0e0d77a5 Mon Sep 17 00:00:00 2001 From: Attila Balint Date: Thu, 30 Nov 2023 14:01:23 +0100 Subject: [PATCH] removed test annotation --- docs/docs/index.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/docs/index.md b/docs/docs/index.md index 632d3ca..99cd85e 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -31,7 +31,7 @@ pip install enfobench Load your own data and create a dataset. ```python -import pandas as pd # (1) +import pandas as pd from enfobench.dataset import Dataset @@ -62,10 +62,6 @@ dataset = Dataset( ) ``` -1. :man_raising_hand: I'm a code annotation! I can contain `code`, __formatted - text__, images, ... basically anything that can be written in Markdown. - - The package integrates with the HuggingFace Dataset ['attila-balint-kul/electricity-demand'](https://huggingface.co/datasets/attila-balint-kul/electricity-demand). To use this, just download all the files from the data folder to your computer.