We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e7c67 commit 98f68bfCopy full SHA for 98f68bf
1 file changed
databento/common/bento.py
@@ -268,10 +268,11 @@ def __init__(self, data_source: DataSource) -> None:
268
raw_metadata=buffer.read(8 + metadata_length),
269
)
270
271
+ # This is populated when _map_symbols is called.
272
self._product_id_index: Dict[
273
dt.date,
274
Dict[int, str],
- ] = self._build_product_id_index()
275
+ ] = {}
276
277
def _apply_pretty_ts(self, df: pd.DataFrame) -> pd.DataFrame:
278
df.index = pd.to_datetime(df.index, utc=True)
0 commit comments