Nicholas Pezolano
Nicholas Pezolano
conda is very popular.. it would be nice if we could make it easy to install `faststat` via `conda install faststat` ... especially for Windows users
On Ubuntu moeditor 0.2.0 is not searching the root directory for files in links. i.e. `* [Introduction](intro.md)` Ex: 1) run `moeditor test.md ` 2) click on link on right render...
Anyway to get this to work with a pandas DataFrame?
Looks like we have two: https://pypi.python.org/pypi/scikit.datasmooth https://pypi.python.org/pypi/scikits.datasmooth
`stake_set` is missing from `SignalsAPI`, will `NumeraiAPI.stake_set` work if moved to the `BaseAPI`? There's a few more differences across NumeraiAPI and SignalsAPI as well,
import trading_calendars as tc xses = tc.get_calendar("XSES") xses.is_session("2021-01-04") > False
2024-05-20 was election day in Indian and both XBOM and XNSE were closed https://www.nseindia.com/resources/exchange-communication-holidays https://www.bseindia.com/static/markets/marketinfo/listholi.aspx ``` start = '2024-05-18' end = '2024-05-21' cal = mcal.get_calendar('XNSE') print(cal.schedule(start_date=start, end_date=end)) ```
XNSE and XBOM had a special holiday and closed on Monday 2024-01-22 and a a result opened for trading on Saturday 2024-01-20 Currently its not showing 2024-01-22 as a holiday...
XNSE and XBOM had a special holiday and closed on Monday 2024-01-22 and a a result opened for trading on Saturday 2024-01-20 Currently its not showing 2024-01-22 as a holiday...