Skip to content

govind-dataengineer/Data_Engineering_Using_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages