Traders-Lab/TroveLedger
🔄 Data Freshness & Official Source NoticeThis dataset is actively maintained and updated (often daily) at its only official source:👉 Traders-Lab/TroveLedger If you are reading this on a different repository (e.g., a fork, mirror, or third-party copy), please be aware that you are looking at a static, outdated snapshot. Financial time-series data loses its value quickly without regular updates. For the latest, most accurate data, always refer back to the official Traders-Lab/TroveLedger… See the full description on the dataset page: https://huggingface.co/datasets/Traders-Lab/TroveLedger.
175.2k
1# Exclude temporary and working files2 3*.fetched.parquet 4*.test.parquet 5*.ufetch.parquet 6*.utest.parquet 7*.fail*.parquet 8*.ufail*.parquet9 10 11# Include only valid parquet files12 13!\*.valid.parquet14 15# Other common ignores16 17*.log 18*.tmp 19*.bak 20*.cmd 21thumbs.db22*config.yml23validated_symbols.txt24directory-structure.txt25commitmsg.txt26README.preview.md27.DS_Store 28**pycache**/ 29*.pyc 30.env 31logs/32.interna/33*.yaml