Code repository is here: https://github.com/bgbg/datascience_dataviz_workshop
During the workshop, I might share code snippets using this shared directory
Make sure you meet all the requirements. I will not be able to support missing installations or non-working code. The provided notebook 00-before-we-begin.ipynb
will take you through the verification process. It will make sure that you have all the required software installed, and that you have enough knowledge to proceed with the workshop. It is up to you to make sure that everything works.
Follow my blog
Data visualization is an indispensable tool for any data scientist. It serves as a means to convey a message or explain a concept. You would never settle for default settings of a machine learning algorithm. Instead, you would tweak them to obtain optimal results. Similarly, you should never stop with the default results you receive from a data visualization framework. Doing so leads to suboptimal results and makes you and your message less convincing.
After this workshop, you will be able to name three most common mistakes in data visualization, and learn how to apply them in your graphs.
During this workshop, a short theoretical introduction will be followed by several lab examples. We will use matplotlib in Jupyter notebooks to practice the knowledge. You are expected to have at least intermediate knowledge of Python, Jupyter notebook interface, and matplotlib object-oriented interface.
The easiest way to make sure you have all the required software is to use the supplied file to create a conda environment.
In your terminal, go to the directory that contains this notebook and type
conda env create -p ./dataviz-env -f ./environment.yml
This will create an environment in your local directory. Next, activate the environment and start the notebook.
source activate ./dataviz-env
jupyter notebook
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。