A few Day-to-Day life tricks of Linux.
pip freeze | egrep 'pandas|pandas_market_calendars'if you want to install a specific version:
pip install pandas_market_calendars==4.5.1
No comments:
Post a Comment