Python notes for data engineering
This is a personal notebook of basic python. I try to mark down the simple knowledge, concepts, ideas and tricks that often appear in my daily data science work.
Check the document website - https://pynotes.readthedocs.io/en/latest
Contents
- Number and string
- Data structure
- Control flow
- Function, generator and class
- Module and package
- Numpy notes
- Pandas notes
- Regex notes
- PySpark