Finance Train
Menu

Courses / Ebook

Data Manipulation Using Pandas - Part 1

21 lessons · 1 free to read, 20 in the ebook

This ebook offers a comprehensive introduction to Pandas, a key library in Python for data manipulation and analysis. You’ll gain a thorough understanding of how to use Pandas effectively for data science projects.

Introduction to Pandas

This section provides a detailed introduction to Pandas, a pivotal library in Python for data analysis. It begins with an overview of Pandas and its significance in the realm of data science.

Key aspects covered include:

  • Introduction to Pandas and Its Role in Data Analysis: Learn what Pandas is and why it is an essential tool for data manipulation and analysis.
  • Installing Pandas and Setting Up the Development Environment: A guide through installing Pandas and preparing your development environment.
  • Understanding the Basic Data Structures of Pandas: Series and DataFrame: Get acquainted with Pandas’ fundamental data structures, essential for any data manipulation tasks.
  • Loading and Saving Data Using Pandas: Covers the practical aspects of loading data from various sources and saving your work.
  • Exploring Your Data: Basic data exploration techniques and generating summary statistics.

Data Manipulation with Pandas

In this part, we delve into the practical applications of Pandas in data manipulation:

  • Data Cleaning and Preprocessing Techniques: Various methods for preparing your data for analysis.
  • Handling Missing Data: Learn how to identify missing values, fill in gaps, or remove incomplete data.
  • Data Transformation: Changing column types, renaming columns, and filtering rows.
  • Merging and Joining Datasets: Techniques to combine multiple datasets.
  • Sorting and Indexing Data for Efficient Analysis: How to sort and index your data for more efficient analysis.

What's inside

  1. 1Pandas - Install Python and PandasFree
  2. 2Basic Data Structures in PandasEbook
  3. 3Loading and Saving Data using PandasEbook
  4. 4Exploring Data using pandasEbook
  5. 5Correlation Analysis using pandasEbook
  6. 6Handling Categorical Data and Unique Values using pandasEbook
  7. 7Data Visualization using pandasEbook
  8. 8Handling Missing Data in PythonEbook
  9. 9Strategies for Handling Missing DataEbook
  10. 10Handling Missing Data - Example - Part 1Ebook
  11. 11Handling Missing Data - Example - Part 2Ebook
  12. 12Handling Missing Data - Example - Part 3Ebook
  13. 13Handling Missing Data - Example - Part 4Ebook
  14. 14Data Transformation and Feature EngineeringEbook
  15. 15Converting Data Types in Python pandasEbook
  16. 16Encoding Categorical Data in Python pandasEbook
  17. 17Handling Date and Time Data in Python pandasEbook
  18. 18Renaming Columns in Python pandasEbook
  19. 19Filtering Rows in a DataFrame in PythonEbook
  20. 20Merging and Joining Datasets in Python pandasEbook
  21. 21Sorting and Indexing Data for Efficient Analysis in PythonEbook