Building Data Science Solutions With Anaconda -
conda env create -f environment.yml One of Conda’s killer features is handling Python itself as a package. You can have one environment with Python 3.8 (legacy code) and another with 3.11 (newer features).
conda search pandas (e.g., conda-forge, which often has newer packages): building data science solutions with anaconda
conda env list