Gourav Kumar gourav
gourav pushed to master at gourav/PyFacts 2022-02-21 02:52:40 +00:00
cd05250e8a now testing using Jupyter Notebook
47e11546a0 Created Series class for slicing support
141ec97a2c converted dates and values to properties
439fa86b5c ffill and bfill now return TimeSeries objects instead of lists
2c1d508734 implemented iterator
Compare 5 commits »
gourav pushed to master at gourav/PyFacts 2022-02-20 13:30:55 +00:00
58524aae7e improved slicing with a separte iloc slider
e8b4607c29 backfill now works with frequency
Compare 2 commits »
gourav pushed to master at gourav/PyFacts 2022-02-20 10:38:47 +00:00
4563a89bc2 Added tests for date_series & some for TimeSeries
23bc0b71a6 create_date_series no longer returns dates > end_date
b4597da4af added frequency symbol, improved repr and str
f48d79afb9 test files
4173736014 changed to generic types
Compare 6 commits »
gourav pushed to master at gourav/PyFacts 2022-02-19 17:33:58 +00:00
56af7c33aa ffill now fills based on frequency
01a05d66a2 Split core functions & classes into separate file
8fdaa25a1e handled slicing in getitem
2790106790 reverted more unitended changes
c3928f756e reverted unitended changes
Compare 5 commits »
gourav pushed to master at gourav/PyFacts 2022-02-19 07:53:33 +00:00
6851fedbca as_on_match and prior_match params for return calc
5a51cb1a8b Capitalized frequency variable
Compare 2 commits »
gourav pushed to master at gourav/PyFacts 2022-02-18 15:47:28 +00:00
335a6fc2e9 Separate function for initial data formatting
b6b2381163 Changed frequency into a dataclass
Compare 2 commits »
gourav pushed to master at gourav/PyFacts 2022-02-17 16:58:07 +00:00
1f2b75282b Added frequencies as classes
gourav pushed to master at gourav/PyFacts 2022-02-17 10:53:48 +00:00
115e667bde Setup package and tested with tox
gourav created branch master in gourav/PyFacts 2022-02-16 17:48:13 +00:00
gourav pushed to master at gourav/PyFacts 2022-02-16 17:48:13 +00:00
c9ead1a561 first commit with basic time series operations
gourav created repository gourav/PyFacts 2022-02-16 17:46:17 +00:00
gourav pushed to master at gouravs-home/telegram-mf-bot 2022-01-12 04:21:27 +00:00
b0200c54b3 added Readme and sample env file
gourav pushed to master at gouravs-home/telegram-mf-bot 2022-01-11 17:47:10 +00:00
8c6c6e128d Added Dockerfile for docker image creation:
gourav pushed to master at gouravs-home/telegram-mf-bot 2022-01-11 15:34:27 +00:00
4f45490b91 updated requirements
gourav pushed to master at gouravs-home/telegram-mf-bot 2022-01-11 15:33:45 +00:00
40c95b7c6b Added docstrings, made changes for pylint
gourav created branch master in gouravs-home/telegram-mf-bot 2022-01-11 05:21:34 +00:00
gourav pushed to master at gouravs-home/telegram-mf-bot 2022-01-11 05:21:34 +00:00
560d9893d6 First commit
gourav created repository gouravs-home/telegram-mf-bot 2022-01-11 05:20:01 +00:00
gourav pushed to master at gourav/telegram-wordbot 2022-01-10 02:21:34 +00:00
ada26687a8 Modified readme for sqlite support
gourav pushed to master at gourav/telegram-wordbot 2022-01-10 02:14:46 +00:00
8cf97d2475 added support for sqlite database