pyspark-interview-prep/ ├── README.md ├── 01_core_concepts/ │ ├── 01_rdd_basics.py │ ├── 02_transformations_actions.py │ └── 03_sparksession.py ├── 02_dataframes_sql/ │ ├── 04_select_withcolumn.py │ ...