When aggregating Excel or CSV data for work, I often use Jupyter Notebook because it allows me to check results in real-time while writing code. Previously, I used Anaconda to set up that environment.
In the previous post, I introduced how to create a virtual environment. This time, I would like to actually create a virtual environment and test it. You can check ...