Skip to content

Commit fdd22f6

Browse files
committed
Fix lint
1 parent f259bd4 commit fdd22f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas-iterate-over-rows/how_to_loop.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
websites = pd.read_csv("resources/popular_websites.csv", index_col=0)
77
print(websites)
88

9+
910
# %% Define function to check connection
1011
def check_connection(name, url):
1112
try:

0 commit comments

Comments
 (0)