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 f259bd4 commit fdd22f6Copy full SHA for fdd22f6
pandas-iterate-over-rows/how_to_loop.py
@@ -6,6 +6,7 @@
6
websites = pd.read_csv("resources/popular_websites.csv", index_col=0)
7
print(websites)
8
9
+
10
# %% Define function to check connection
11
def check_connection(name, url):
12
try:
0 commit comments