ifsm / pymus

pymus is a repository for teaching python for musicologists. The projects contains jupyter notebooks that include the most important codes and functions for musicologists.
MIT License
4 stars 0 forks source link

csv using pandas #4

Closed TimZiemer closed 4 months ago

TimZiemer commented 4 months ago

Is your feature request related to a problem? Please describe. This is not really an issue, but I'd like to have a code base for importing, manipulating and exporting csv files.

Describe the solution you'd like One csv notebook would be great, together with some exemplary csv files.

Describe alternatives you've considered Alternatively, details on csv can be included in a notebook together with lists and tables

Additional context

TimZiemer commented 4 months ago

By now, I've added a file named 04-csv-files.ipynb to my branch and even merged it into the main branch.