Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
DOI:
Libraries:
Datasets
Dask
License:
memoryfull commited on
Commit
6362aea
·
verified ·
1 Parent(s): fffc0f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 or RAM)
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