Testing Kaggle

Complete the following steps to ensure Kaggle is functioning properly:

  • Create an account on Kaggle.com and then log in
  • Click on the “+” button
  • Select “New Notebook”
  • On the right, under settings, make sure that the internet option is checked

Enter the following code in a cell:

import numpy as np
import pandas as pd
import geopandas as gpd
import matplotlib.pyplot as plt

df = pd.read_csv('https://support.spatialkey.com/wp-content/uploads/2021/02/SacramentocrimeJanuary2006.csv')

df