Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Sulaiman8
/
Credit-Card-Recommender-Knowledge-graph-implementation
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sulaiman8
commited on
Jun 17, 2025
Commit
5471dc6
·
verified
·
1 Parent(s):
d7f7f8d
Update data.py
Browse files
Files changed (1)
hide
show
data.py
+1
-0
data.py
CHANGED
Viewed
@@ -1,5 +1,6 @@
1
import json
2
import pandas as pd
3
4
_driver = None
5
1
import json
2
import pandas as pd
3
+
from neo4j import GraphDatabase
4
5
_driver = None
6