Flashield's Blog

Just For My Daily Diary

Flashield's Blog

Just For My Daily Diary

Day: April 24, 2024

05.exercise-inconsistent-data-entry【练习:数据不一致】

This notebook is an exercise in the Data Cleaning course. You can reference the tutorial at this link. In this exercise, you’ll apply what you learned in the Inconsistent data entry tutorial. 在本练习中,您将应用在数据不一致教程中学到的知识。 Setup 设置 The questions below will give you feedback on your work. Run the following cell to set up the feedback system. […]

05.course-inconsistent-data-entry【数据不一致】

In this notebook, we’re going to learn how to clean up inconsistent text entries. 在本笔记本中,我们将学习如何清理不一致的文本条目。 Let’s get started! 让我们开始吧! Get our environment set up 设置我们的环境 The first thing we’ll need to do is load in the libraries and dataset we’ll be using. 我们需要做的第一件事是加载我们将使用的库和数据集。 # pip install fuzzywuzzy, python-Levenshtein # modules we'll use import pandas as […]

04.exercise-character-encodings【练习:字符编码】

This notebook is an exercise in the Data Cleaning course. You can reference the tutorial at this link. In this exercise, you’ll apply what you learned in the Character encodings tutorial. 在本练习中,您将应用在 字符编码 教程中所学到的知识。 Setup 设置 The questions below will give you feedback on your work. Run the following cell to set up the feedback […]

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 […]

Scroll to top