gnzsnz
gnzsnz
Hi, i can't get function keys (F2, F3, F4) to work with pgcli and iterm(OSX). everything is working fine with osx terminal, and function keys do work in iterm and...
remove periods=252 parameter. cagr calculation done by dividing number of days by 365. 'years = (returns.index[-1] - returns.index[0]).days / periods' there is no rational for dividing number of days by...
make_index doesnt work because 'break' column is str which makes the sum(axis=1) fail. issue [273](https://github.com/ranaroussi/quantstats/issues/273) this fix will only use the columns in the original ticker_weights an alternate fix (not...
just wondering... it's nice and quite complete, but pull requests are piling up, same for issues. so, is it abandoned ¯\_(ツ)_/¯ ?
drop default engine fastparquet and implement pyarrow latest versions of dask use pyarrow as default engine. pandas is heading in the same direction.
- deprecate Fastparquet - enable Pyarrow as default engine Existing stores using fastparquet will require a manual update on metadata.json. "engine": "fastparquet" --> "engine": "pyarrow" Changes to be committed: modified:...
I find a bit annoying the the logging messages from pyrate_limiter, so i tought that i migh share a simple recipe to mute it. ```python from sec_edgar_api import EdgarClient import...
Dear Zipline Maintainers, Before I tell you about my issue, let me describe my environment: # Environment * Operating System: x86_64 GNU/Linux & aarch64 GNU/Linux * Python Version: `$ python...
@stefan-jansen , please review this is to fix the `FutureWarning` on `ledger.py:424` ``` /home/gordon/.local/lib/python3.11/site-packages/zipline/finance/ledger.py:424: FutureWarning: Series.__setitem__ treating keys as positions is deprecated. In a future version, integer keys will always...
aarch64 support. issue #81 **Status**: - ~~ibgateway works using BellSoft's java, however vnc/GUI does not work. API is responsibe, no issues found so far. But this does not means that...