Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API: remove the table keyword, replaced by fmt='s|t' #4645

Merged
merged 3 commits into from
Aug 26, 2013

Commits on Aug 24, 2013

  1. Configuration menu
    Copy the full SHA
    7d636b0 View commit details
    Browse the repository at this point in the history
  2. CLN: pep8 pandas/io/pytables

    jreback committed Aug 24, 2013
    Configuration menu
    Copy the full SHA
    a3abf80 View commit details
    Browse the repository at this point in the history
  3. API: the fmt keyword now replaces the table keyword; allowed valu…

    …es are ``s|t``
    
         the same defaults as prior < 0.13.0 remain, e.g. ``put`` implies 's' (Storer) format
         and ``append`` imples 't' (Table) format
    jreback committed Aug 24, 2013
    Configuration menu
    Copy the full SHA
    952a342 View commit details
    Browse the repository at this point in the history