Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kk20krishna
/
AIdvisor
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
AIdvisor
/
testBed.py
Krishna Kumar S
cc
2f971a9
11 months ago
raw
Copy download link
history
blame
contribute
delete
145 Bytes
from
functions
import
*
df = fetch_and_download_policy_documents(insurer=
'star'
, UIN=
''
, results=
5
, save_path=
'./policy_docs'
)
print
(df.head())