Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created November 23, 2020 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/ea7afdfd9f12c1e357eac79065d402f4 to your computer and use it in GitHub Desktop.
Save amankharwal/ea7afdfd9f12c1e357eac79065d402f4 to your computer and use it in GitHub Desktop.
df_cd = pd.read_csv('city_day.csv')
df_ch = pd.read_csv('city_hour.csv')
df_sd = pd.read_csv('station_day.csv')
df_sh = pd.read_csv('station_hour.csv')
df_st = pd.read_csv('stations.csv')
df_temp = pd.read_csv('city_temperature.csv')
@UdathuManasa
Copy link

Hi sir
I am facing some issues while using air quality index analysis code that you have hosted on "https://thecleverprogrammer.com/2020/11/23/air-quality-index-analysis-with-python/"
problems i am facing are:
1 . i am unable to found city_temperature.csv dataset
2. I am unable to found Latitude and Longitude in stations.csv dataset
3. unable to install
from kaggle_secrets import UserSecretsClient
user_secrets = UserSecretsClient()
secret_value_0 = user_secrets.get_secret("gmaps")
secret_value_1 = user_secrets.get_secret("mapboxtoken")
gmaps = googlemaps.Client(key=secret_value_0)
could you please help me sir
my mail id is : manasaudathu@gmail.com sir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment