Skip to content

Commit

Permalink
removed test annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
attila-balint-kul committed Nov 30, 2023
1 parent ad63b33 commit 8dc4abe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 8dc4abe

Please sign in to comment.