# print(a.items()) # Returns a list of (keys/values) in the form of tuples # print(a.keys()) # Returns a list of 'Contaning Dictionary keys' ...
This ETL mini project is an exercise in building an ETL pipeline using Python, Pandas, and either Python dictionary methods or regular expressions to extract and transform the data. After transformng ...