Open tigranvardanyan15 opened 5 years ago
import numpy as np import pandas as pd
countries = ['India','France','England'] # Creating two lists containing name of the country and its capital
capitals = ['New Delhi','Paris','London']
arr = np.array(capitals) # Making an array with the list capitals
dicts = {'a':10, 'b':20, 'c':30, 'd':40, 'e':50, 'f':60, 'g':70, 'h':80} # Defining a dictionary
… data.ipynb
The weather download url has been changed.