Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cxapython/catvm
/ read_urls
Function
read_urls
twitter/twitter_article.py:18–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
17
18
def
read_urls():
19
urls = []
20
excel = pd.read_excel(
'people.xlsx'
, sheet_name=0, usecols=[0, 1, 2, 3, 4])
21
urls_ = excel.values.tolist()
22
for
url in urls_:
23
urls.append(url)
24
return
urls
25
26
27
def
set_sha(data):
Callers
1
run
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected