Python add data into a JSON file
Here is a little script that create a dictionary (a type of array) in Python and this dictionary creates a JSON-file. This JSON file you can use for example for Python Pandas.
Here is a little script that create a dictionary (a type of array) in Python and this dictionary creates a JSON-file. This JSON file you can use for example for Python Pandas.
Ich habe da aus Unwissenheit als Anfänger einen Fehler gemacht, den ich erst jetzt bemerkt habe. Ich habe mir eine Datenbank aufgebaut, wo ich die Eigenprodukte der beiden Ketten EDEKA und REWE eintrage, die ich so kaufe. Es ist eher ein kleiner Gag. Vielleicht auch eine nette Übersicht über die Produkte, die ich so esse und vielleicht kann ich dann in einigen Jahren mal vergleichen, ob sich bei der Zusammensetzung etwas getan hat. Kann ja sein. Auf jeden Fall habe…