Skip to content

Commit b4fbc66

Browse files
authored
Apply suggestions from code review
1 parent b2d35bf commit b4fbc66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer/2022_airflow_summit/data_analytics_process_expansion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
print("After state filtering, # of rows remaining is:", df.count())
6363

6464
# The input dataset contains many different weather phenomenons.
65-
# Based on our goal, we then filter out rows whose element value does not equal to PRCP or SNOW
65+
# Based on the goal, you then filter out rows whose element value does not equal to PRCP or SNOW
6666
# PRCP = precipitation
6767
# SNOW = snowfall
6868
df = df.where(df.ELEMENT.isin(["PRCP", "SNOW"]))

0 commit comments

Comments
 (0)