Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
hkunlp
/
Binder
like
32
Runtime error
App
Files
Files
Community
2
main
Binder
File size: 93 Bytes
f6f97d8
1
2
3
4
5
class
DuplicateColumnsError
(
Exception
):
def
__init__
(
self, msg
): self.msg = msg