Navigation

  • index
  • modules |
  • modules |
  • next |
  • previous |
  • pandas 0.12.0.dev-13e18c9 documentation »
  • API Reference »

Table Of Contents

  • What’s New
  • Installation
  • Frequently Asked Questions (FAQ)
  • Package overview
  • 10 Minutes to Pandas
  • Cookbook
  • Intro to Data Structures
  • Essential Basic Functionality
  • Indexing and Selecting Data
  • Computational tools
  • Working with missing data
  • Group By: split-apply-combine
  • Merge, join, and concatenate
  • Reshaping and Pivot Tables
  • Time Series / Date functionality
  • Plotting with matplotlib
  • Trellis plotting interface
  • IO Tools (Text, CSV, HDF5, ...)
  • Enhancing Performance
  • Sparse data structures
  • Caveats and Gotchas
  • rpy2 / R interface
  • Related Python libraries
  • Comparison with R / R libraries
  • API Reference
    • Input/Output
      • Pickling
      • Flat File
      • Excel
      • JSON
      • HTML
      • HDFStore: PyTables (HDF5)
      • SQL
      • STATA
    • General functions
    • Series
    • DataFrame
    • Panel
  • Release Notes

Search

Enter search terms or a module, class or function name.

pandas.io.pickle.read_pickle¶

pandas.io.pickle.read_pickle(path)¶

Load pickled pandas object (or any other pickled object) from the specified file path

Warning: Loading pickled data received from untrusted sources can be unsafe. See: http://docs.python.org/2.7/library/pickle.html

Parameters :

path : string

File path

Returns :

unpickled : type of object stored in file

Navigation

  • index
  • modules |
  • modules |
  • next |
  • previous |
  • pandas 0.12.0.dev-13e18c9 documentation »
  • API Reference »
© Copyright 2008-2012, the pandas development team. Created using Sphinx 1.2b1.