Block a user
65f2e8434c
More arithmatic tests
e8be7e9efa
Math tests and series dtype param name change
49604a5ae9
Series parameter name change
b38a317b82
Added rmath dunder, create Series without specifying dtype
03a8045400
implemented arithmatic dunder methods
625c9228e9
Docs and corrections based on tests
3ec5b06e83
Added tests for TSC comparisons
e8dbc16157
implemented comparison in TSC, improved comparisons in Series
b246709603
expanded comparison for series, implemented gt in TSC
09365c7957
added tests for setitem in TSC
7bcd310652
Remove test check if instance is of type Mapping
2ee8f928af
preprocess_timeseries converts numbers to float
d4bbaf7903
TimeSeriesCore no longer subclasses UserDict
8e8146a07d
changed init to super().__init__
ce6326f4b5
Refactored with improved type hints
e06626dbca
Added more ffill and bfill tests
33feb62015
corrected issue with ffill test
ed973cc259
improved expand function, handled issue with ffill
b5aa5d22d4
Added tests for expand
03ccbe0cb1
Added skip weekend parameters to expand and bfill/ffill
fa2ab84c92
renamed test_fincal2 to test_fincal
6ffa52f84e
migrated tests from fincal to fincal2
d88acc5888
added read csv function
eb63766c1e
Wrote tests for utils.py
faf0b44e46
Added tests for get and more tests for getitem
875089349e
Added typehints for head and tail
3b96d231f4
fincal.expand now works by using .get and closest=previous
8be3359437
Added get_closest attribute to FincalOptions
ee48446c6e
Added .get method with closest parameter
17b3e348a2
improved documentation and usage of date_parser decorator
32e4f25f59
improved limit calculation
50c423611d
added tests for returns
308a4f1abb
changed years to any period in return calc
0fbca4ae4c
modified return calculation to include motnhs and days
66ccd2a3f8
added interval_to_years function
d9ec9b508b
added tests for str & repr