Quanta V0.1 - Data Loader Foundation. The version 0.1 today, I began implementing the market data layer and created the initial CSV data loader. Loader currently reads OHLCV data using pandas and perform basic validation for required columns, dates, formatting, duplicate dates, and chronological ordering. I also introduced pathlib.path Pandlas data frames, type hints, boolean relation, date time conversion, duplicate detection, sorting, and index handling. This is my first time building a project, a larger software project from scratch. So, the focus today was my understanding the architecture, implementing the PCs other than relying on the generated code. Next, improve the validation layer handle invalid inputs with proper exception. Standardize the return data frame and begin testing the loader with valid and intentionally invalid data sets
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.