37 Commits (UserDict-trial)
 

Author SHA1 Message Date
Gourav Kumar 5c5d5b8cc6 Merge branch 'UserDict-trial' of http://192.168.0.114:3000/buddy/fincal into UserDict-trial 2 years ago
Gourav Kumar 59f44e2a70 deleted before pull 2 years ago
Gourav Kumar 03283f7ed4 changed return TimeSeries to return self.__class__ 2 years ago
Gourav Kumar b99f0d67c1 implemented getitem in Series to prevent error 2 years ago
Gourav Kumar 3391f04e19 replaced self.time_series with self.data 2 years ago
Gourav Kumar e22f6acc87 series type is now user defined 2 years ago
Gourav Kumar 59c9c658ca TimeSeriesCore is now a subclass of UserDict 2 years ago
Gourav Kumar 2f0f1e0e47 further testing 2 years ago
Gourav Kumar 44d5ea7b29 date parsing replaced with _parse_date function 2 years ago
Gourav Kumar cbace875c1 implemented _parse_date function to formalise date parsing 2 years ago
Gourav Kumar 053a93900a Rolling return was passing frequency object 2 years ago
Gourav Kumar 81856b2c1a changed IndexSlicer to _IndexSlicer 2 years ago
Gourav Kumar cd05250e8a now testing using Jupyter Notebook 2 years ago
Gourav Kumar 47e11546a0 Created Series class for slicing support 2 years ago
Gourav Kumar 141ec97a2c converted dates and values to properties 2 years ago
Gourav Kumar 439fa86b5c ffill and bfill now return TimeSeries objects instead of lists 2 years ago
Gourav Kumar 2c1d508734 implemented iterator 2 years ago
Gourav Kumar 58524aae7e improved slicing with a separte iloc slider 2 years ago
Gourav Kumar e8b4607c29 backfill now works with frequency 2 years ago
Gourav Kumar 4563a89bc2 Added tests for date_series & some for TimeSeries 2 years ago
Gourav Kumar 23bc0b71a6 create_date_series no longer returns dates > end_date 2 years ago
Gourav Kumar b4597da4af added frequency symbol, improved repr and str 2 years ago
Gourav Kumar f48d79afb9 test files 2 years ago
Gourav Kumar 4173736014 changed to generic types 2 years ago
Gourav Kumar b9366541f3 reduced the use of self.dates 2 years ago
Gourav Kumar 56af7c33aa ffill now fills based on frequency 2 years ago
Gourav Kumar 01a05d66a2 Split core functions & classes into separate file 2 years ago
Gourav Kumar 8fdaa25a1e handled slicing in getitem 2 years ago
Gourav Kumar 2790106790 reverted more unitended changes 2 years ago
Gourav Kumar c3928f756e reverted unitended changes 2 years ago
Gourav Kumar 6851fedbca as_on_match and prior_match params for return calc 2 years ago
Gourav Kumar 5a51cb1a8b Capitalized frequency variable 2 years ago
Gourav Kumar 335a6fc2e9 Separate function for initial data formatting 2 years ago
Gourav Kumar b6b2381163 Changed frequency into a dataclass 2 years ago
Gourav Kumar 1f2b75282b Added frequencies as classes 2 years ago
Gourav Kumar 115e667bde Setup package and tested with tox 2 years ago
Gourav Kumar c9ead1a561 first commit with basic time series operations 2 years ago