Hi,
The instructions for creating a local development environment don't seem to work for both desktop (macOS on M1) and Colab.
Seems the version of pandas == 1.2.5 is not suitable for python>=3.10,<3.11 according to the message I received from conda. Newer versions of pandas create an error when trying to get the data by
qndata.stocks.load_ndx_data(min_date='2023-06-01')
"cannot represent labeled-based slice indexer for coordinate 'time' with a slice over integer positions; the index is unsorted or non-unique"
Can you please confirm the correct configuration of python and packages?