BaseException
├── SystemExit
├── KeyboardInterrupt
├── GeneratorExit
├── Exception
│ ├── StopIteration
│ ├── BufferError
│ ├── ArithmeticError
│ │ ├── FloatingPointError
│ │ ├── OverflowError
│ │ └── ZeroDivisionError
│ ├── AssertionError
│ ├── AttributeError
│ ├── EnvironmentError
│ │ ├── IOError
│ │ └── OSError
│ │ ├── WindowsError (Windows only)
│ │ └── VMSError (VMS only)
│ ├── EOFError
│ ├── ImportError
│ ├── LookupError
│ │ ├── IndexError
│ │ └── KeyError
│ ├── MemoryError
│ ├── NameError
│ │ └── UnboundLocalError
│ ├── ReferenceError
│ ├── RuntimeError
│ │ └── NotImplementedError
│ ├── SyntaxError
│ │ └── IndentationError
│ │ └── TabError
│ ├── SystemError
│ ├── TypeError
│ └── ValueError
│ └── UnicodeError
│ ├── UnicodeDecodeError
│ ├── UnicodeEncodeError
│ └── UnicodeTranslateError
└── Warning
├── DeprecationWarning
├── PendingDeprecationWarning
├── RuntimeWarning
├── SyntaxWarning
├── UserWarning
├── FutureWarning
├── ImportWarning
├── UnicodeWarning
└── BytesWarning
-
Notifications
You must be signed in to change notification settings - Fork 0
govind-dataengineer/Data_Engineering_Using_Python
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published