PandasPandas中文网
Introduction
About
Get Pandas
Documentation
Awesome
  • Blog
  • Community
  • Talks
  • 简体中文
  • English
GitHub
Introduction
About
Get Pandas
Documentation
Awesome
  • Blog
  • Community
  • Talks
  • 简体中文
  • English
GitHub
  • What's New

    • What’s new in 0.25.0 (July 18, 2019)
  • Installation

    • Installation
  • Getting started

    • Index
    • Package overview
    • 10 Minutes to pandas
    • Essential Basic Functionality
    • Intro to Data Structures
    • Comparison with other tools
    • Tutorials
  • User Guide

    • Index
    • IO tools (text, CSV, HDF5, …)
    • Indexing and selecting data
    • MultiIndex / advanced indexing
    • Merge, join, and concatenate
    • Reshaping and pivot tables
    • Working with text data
    • Working with missing data
    • Categorical data
    • Nullable integer data type
    • Visualization
    • Computational tools
    • Group By: split-apply-combine
    • Time series / date functionality
    • Time deltas
    • Styling
    • Options and settings
    • Enhancing performance
    • Sparse data structures
    • Frequently Asked Questions (FAQ)
    • Cookbook
  • pandas Ecosystem

    • pandas Ecosystem
  • API Reference

    • API Reference
  • Development

    • Index
  • Release Notes

    • Release Notes

# Getting started

  • Package overview
    • Data structures
    • Mutability and copying of data
    • Getting support
    • Community
    • Project governance
    • Development team
    • Institutional partners
    • License
  • 10 minutes to pandas
    • Object creation
    • Viewing data
    • Selection
    • Missing data
    • Operations
    • Merge
    • Grouping
    • Reshaping
    • Time series
    • Categoricals
    • Plotting
    • Getting data in/out
    • Gotchas
  • Essential basic functionality
    • Head and tail
    • Attributes and underlying data
    • Accelerated operations
    • Flexible binary operations
    • Descriptive statistics
    • Function application
    • Reindexing and altering labels
    • Iteration
    • .dt accessor
    • Vectorized string methods
    • Sorting
    • Copying
    • dtypes
    • Selecting columns based on dtype
  • Intro to data structures
    • Series
    • DataFrame
  • Comparison with other tools
    • Comparison with R / R libraries
    • Comparison with SQL
    • Comparison with SAS
    • Comparison with Stata
  • Tutorials
    • Internal guides
    • Community guides
Edit this page on GitHub open in new window
Last Updated:

Package overview