Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -51,7 +51,7 @@ import polars as pl
|
|
51 |
RFSD = load_dataset('irlspbru/RFSD')
|
52 |
|
53 |
# Alternatively, this will download ~540MB with all financial statements for 2023
|
54 |
-
# to a Polars DataFrame (requires about 8GB
|
55 |
RFSD_2023 = pl.read_parquet('hf://datasets/irlspbru/RFSD/RFSD/year=2023/*.parquet')
|
56 |
```
|
57 |
|
|
|
51 |
RFSD = load_dataset('irlspbru/RFSD')
|
52 |
|
53 |
# Alternatively, this will download ~540MB with all financial statements for 2023
|
54 |
+
# to a Polars DataFrame (requires about 8GB of RAM)
|
55 |
RFSD_2023 = pl.read_parquet('hf://datasets/irlspbru/RFSD/RFSD/year=2023/*.parquet')
|
56 |
```
|
57 |
|