Skip to content

Data Courses

Analytics for the 21st Century Workforce

Menu
  • Write With Us
  • Contact Us
  • Pandas
  • Python
  • About Us

Category: Pandas

Pandas, or the Python Data Analysis Library, was created by Wes McKinney in 2008. It’s primary use to manipulate data in DataFrames or 2-dimensional labeled data structure with columns of potentially different types. The insertion, manipulation, and transformation of DataFrames are of significant use to Analysts using Python. Featuring many of the aspects that Excel and other data analysis tools possess, but able to process much larger datasets, Pandas use has grown significantly and is one of the most used libraries for Analysts, Scientists, and Data Engineers.

Pandas has core features which include the following:

  • DataFrames & Series objects
  • Reading & Writing Data
  • Aggregating & Grouping Data
  • Pivoting Tables
  • Time Series Analysis
  • Visualizations in Pandas
  • Merging & Joining data

For more on Pandas see our extensive post on its history, usage, and support within the analytics community.

Select Rows From a DataFrame in Pandas

July 19, 2019
No Comments

Pandas provides several highly effective way to select rows from a DataFrame that match a given condition from column values […]

Learn more →

Change a Column Data Type in Pandas

July 18, 2019
No Comments

Analysts frequently need to change the data type of a Pandas DataFrame column or Series due to many potential reasons. […]

Learn more →

Renaming Columns in Pandas

July 16, 2019
No Comments

One common operation in Pandas and data analysis generally is to rename the columns in the DataFrame you are working […]

Learn more →

Add Columns to a DataFrame in Pandas

July 15, 2019
No Comments

Pandas allows many operations on a DataFrame, the most common of which is the addition of columns to an existing […]

Learn more →

Posts navigation

Previous 1 … 3 4

Recent Posts

  • How to Count in Python Pandas
  • Essential Skills for Your Data Analyst Internship
  • A Day in the Life of a Data Analyst
  • Essential Books for Learning Pandas
  • How to Convert a String to int in Pandas
Data Courses - Proudly Powered by WordPress
Theme by Grace Themes