The objective of this work is to create an API that allows a client to create :
- In a first step
- a file of type txt,
- to add content to it,
- to modify it and delete it if necessary
- In the second time with the pandas framework
- a file of type csv by adding contents to it
- read its content
- edit its content
- select the desired lines in the csv file
- then filter numeric columns.