Fun with Data | 21.1.23
Dataset is from: https://www.kaggle.com/datasets/yamaerenay/ico-coffee-dataset-worldwide
Here is my first ever Data Chart! Its a small part of the original data Set I used. I am Starting to learn Data Science on Jupyter Notebook.
The look is ok but I am only using a fraction of a dataset that i typed from hand so i need to learn how to access a dataset directly without copying individual values into new series.
Ok I figured out a way to turn a part of the dataframe into a list which in turn i can plot. this method is really not handy at all but hey progress.
Next I want to try to show multiple countries in the same plot
Since Production in Brazil is magnitudes higher than in the other countries in the plot it becomes really unclear.
Maybe try a logarithmic y-scale.
Oh no this is just bad.
Let's call it a day and go study.
Good friend ChatGPT helped with the css file