Skip to content

Commit 9f18535

Browse files
committed
add newline for liner
1 parent 38afbf9 commit 9f18535

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
@@ -5,6 +5,7 @@
55
# %% Read CSV and rename headers
66
webs = pd.read_csv("resources/popular_websites.csv", index_col=0)
77

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

0 commit comments

Comments
 (0)