alpacahq / alpaca-py

The Official Python SDK for Alpaca API
https://alpaca.markets/sdks/python/getting_started.html
Apache License 2.0
561 stars 137 forks source link

Add `in` and `.get(k, default)` support to `BaseDataSet` #422

Open john-h-k opened 6 months ago

john-h-k commented 6 months ago

Gives it a more-dict like usage, and allows you to query it a bit more without resorting to explicitly accessing the underlying dict