SKSania Kudaibergeninsania2046.hashnode.dev·Jan 8, 2022 · 2 min readDays 6, 7, 8 of 100 Days of CodeOver the past couple of days, I have been learning about Dash and how to combine it with plotly. Dash is a web application framework that provides pure Python abstraction around HTML, CSS, and JavaScript, and makes it possible to insert plotly grap...00
SKSania Kudaibergeninsania2046.hashnode.dev·Jan 5, 2022 · 1 min readDay 5 of 100 Days of CodeI love creating heatmaps because they're quite intuitive to understand and I enjoy the interplay of colours - who doesn't enjoy a beautiful data visualisation ?! Creating graphts with plotly is turning out to be relatively straightforward because th...00
SKSania Kudaibergeninsania2046.hashnode.dev·Jan 4, 2022 · 1 min readDay 4 of 100 Days of CodeToday I learned about some new plots that I wasn't familiar with - distribution plots aka distplots. These combine 3 layers of plots - a histogram (looks like a bar chart where each data point is placed inside a bin of similar values), a rug plot (ma...01A
SKSania Kudaibergeninsania2046.hashnode.dev·Jan 3, 2022 · 1 min readDay 3 of 100 Days of CodeContinuing the theme of visualising data with Python, today I learned how to create boxplots with Plotly Graph Objects. Box plots visualise the variation in a dataset by representing the continuous numerical data through quartiles. They are useful fo...00
SKSania Kudaibergeninsania2046.hashnode.dev·Jan 3, 2022 · 1 min readDay 2 of 100 Days of CodeToday I learned how to create bar charts and bubble charts with plotly and pandas in Python. I tried to recreate the "Life expectancy vs GDP per capita" graph by downloading the csv file that's available on the website and reading it into my datafra...01E