import pandas as pd !pip install pandas import pandas as pd !git clone https://github.com/pydata/pydata-book.git ##How to interrupt a long data step? #Run this cell and then click on Kernel -> Interrupt on the Menu above. range(10**10) #Complete the line with a left parenthesis. #Notice that it auto-completes the right parenthesis and displays the argument list data = pd.read_csv #You can also ask to see the doc string of a method by typing the question mark. pd.read_csv? #One quick example: %timeit range(1)