DS-London

Results 4 issues of DS-London

I am in London (unsurprisingly) so GMT+1 at the time of writing. So NYC is GMT - 4. Running this command (xbbg 7.5 on Python 3.7): ``` df = blp.bdtick('ESZ1...

There seems to be something amiss when `win32com` generates the wrapper for some MS Outlook collections. With no cached files, this code (late binding) runs successfully. ``` ol = wc.Dispatch('Outlook.Application')...

From StackOverflow and other sources, one problem that can occur for users comes from code written for late binding, which gets switched to early binding, without the user being aware....

The signature for `bdit()` is (from the docs): `bdit(security: str, event_types: Sequence[str], start_datetime: str, end_datetime: str, overrides: Sequence | None = None, options: Dict | None = None) → DataFrame`...