04.course-character-encodings【字符编码】
In this notebook, we’re going to be working with different character encodings. 在本笔记本中,我们将使用不同的字符编码。 Let’s get started! 让我们开始吧! Get our environment set up 设置我们的环境 The first thing we’ll need to do is load in the libraries we’ll be using. Not our dataset, though: we’ll get to it later! 我们需要做的第一件事是加载我们将使用的库。 不过,这不是我们的数据集:我们稍后会处理它! # modules we'll use import pandas […]