剧集

处理重复数据和缺失数据 |面向初学者的更多 Python - Data Tools [共 31 个]

除了不处于所需状态的列之外,数据本身可能存在问题。 某些字段可能留空,或者值可能重复。 通过使用 DataFrame,可以快速识别问题数据(并解决问题)。

在此处观看 Python for Beginner 系列: https://aka.ms/PythonBeginnerSeries
有关 Microsoft Learn 的完整“Python 简介”课程: https://aka.ms/MSLearnPython
将在以下位置获取所有视频内容: https://github.com/microsoft/c9-python-getting-started/
第一个系列: https://github.com/microsoft/c9-python-getting-started/tree/master/python-for-beginners
第二个系列: https://github.com/microsoft/c9-python-getting-started/tree/master/more-python-for-beginners
第三个系列: https://github.com/microsoft/c9-python-getting-started/tree/master/even-more-python-for-beginners-data-tools

#microsoftdeveloper #evenmorepythonforbeginners #learntocode

Python