rezanni1 Project
I have done another project that should fit the criteria. It's a program for automating music label reports, which collects all the information from a big report for a quarter into a small table, where there is condensed information about releases (earnings, number of listens, etc). Also, if a song was made by two artists, the earnings are split in half. In this code I used 3 themes
- "Data analysis and processing using the pandas library" since I used Pandas
- "Object-oriented programming in Python" since I used classes.
- "Data export, working with data formats such as JSON, XML, CSV, and Parquet" since I am working with an excel spreadsheet and outputting the result to CSV I attach the code and a real report from a Russian music label, on the basis of which I wrote the code.