This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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