We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38afbf9 commit 9f18535Copy full SHA for 9f18535
pandas-iterate-over-rows/how_to_loop.py
@@ -5,6 +5,7 @@
5
# %% Read CSV and rename headers
6
webs = pd.read_csv("resources/popular_websites.csv", index_col=0)
7
8
+
9
# %% Define function to check connection
10
def check_connection(name, url):
11
try:
0 commit comments