|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/basic-to-advance-python-for-data-analysis-part2/
课程评论:没有评论
课程名称:从基础到进阶的Python数据分析(第二部分,11小时) 课程概述: 本课程是第二部分,学习者在前一部分掌握了Python的核心概念后,将转向使用Excel和CSV文件的数据,通过Pandas库来进行实际数据分析。课程内容包括: - Pandas库的介绍及其在数据分析中的应用 - Pip的概念及其在Python中的作用 - 如何导入Excel、CSV和文本文件的数据,并从不同位置进行操作 - 如何读取Excel文件中的特定数据,尤其是特定工作表中的内容 - 数据头的修改及提取顶部或底部的数据 - 学习inplace参数的使用 - 如何插入列并重命名现有列 - 数据中的空白处理(行和列) - 数据行和列的过滤 - 使用set index的概念及其影响 - 使用loc和iloc方法提取特定的行和列 - 如何通过Merge功能在数据中应用Vlookup - 使用Conct功能从多个Excel表中合并数据 - 识别和移除重复行,基于不同标准进行处理 - 在数据中使用for循环 - 提供多个实际项目及其解决方案 - 数据转换技巧 - 使用Group by进行分组操作 - 创建数据透视报告 通过本课程,学习者将获得使用Python和Pandas进行数据分析的实用技能,能够更高效地处理和分析真实数据。
This is Part2 and now after learning python core concepts in pycharm,we are heading towards using the excel and csv files data and using pandas library we will learn how to work with real data.What is a panada library and how to use it for data analysis.Pip - What is it and what is its roleHow to import excel and csv files or text file data and work on it from different locations.How to read the data from files especially if its excel. Read any data from any specific excel sheetsHow to do changes in the data headersHow to extract top or bottom data Learn about inplace parameter How to insert columns and rename existing columns How to remove the blanks or rows /columns from your dataHow to filter the data rows and columnsHow to use set index and how it changes the concept How to use loc and iloc methods to pull the no of rows and columnsHow to apply Vlookup in your data using Merge functionHow to join multiple data from excel sheets using Conct functionHow to find out the duplicate rows or remove the duplicate rows based on different criteriasHow to use for loops in your dataMany practical projects for you with solutions How to do data conversionsHow to use Group byHow to create Pivot reports