-
# Environment
quantopian/zipline docker container on MacOS host
* Operating System:
Linux 657988c09d2a 4.9.87-linuxkit-aufs #1 SMP Wed Mar 14 15:12:16 UTC 2018 x86_64 GNU/Linux
* Python Versio…
-
-
Is it possible to add a new customized section to the side panel when authoring a page? We'd love to integrate our enterprise asset management into the workflow of our editors.
![image](https://cloud…
-
When loading ~8000 stocks, loading with a query like "SELECT \* FROM WHERE table in (...)" is 3x faster than doing the same number of queries serially:
```
from zipline.assets import AssetFinder
```…
-
code snippet:
```
class TestAssetFinder(TestCase):
@with_environment()
def setUp(self, env=None):
self.identifier = 'f'
metadata={0: {'asset_type': 'future', 'symbol':
…
-
https://github.com/quantopian/zipline/blob/master/zipline/assets/assets.py#L605
https://github.com/quantopian/zipline/blob/master/zipline/assets/assets.py#L280
https://github.com/quantopian/zipline/bl…
-
From @ssanderson :
Oof. Thanks for the catch. We're currently doing:
```
def _convert_asset_timestamp_fields(dict):
"""
Takes in a dict of Asset init args and converts dates to pd.Timesta…