Data Analysis with Python: Bike store sales

How do I access the data for the exercises? I am using Google Colab

I solved this by:

  1. Cloning the repository to my pc

  2. Using VS Code

  3. Finally, running this snippet in the first cell:

import sys
!{sys.executable} -m pip install --user numpy
!{sys.executable} -m pip install --user pandas
!{sys.executable} -m pip install --user matplotlib
!{sys.executable} -m pip install --user scipy

Make sure you have VS Code set up for Python

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.