logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

ptdump - Lets you dig into the contents of a PyTables file.

Author

       This manual page was written by Francesc Altet <faltet@carabos.com>.

                                                  July 7, 2007                                         PTDUMP(1)

Description

       Allows  you look into the contents of your PyTables files. It lets you see not only the data but also the
       metadata (that is, the structure and additional information in the form of attributes).

Name

       ptdump - Lets you dig into the contents of a PyTables file.

Options

       A summary of options is included below.

       -d     Dump data information on leaves.

       -v     Dump more metainformation on nodes.

       -a     Show attributes in nodes (only useful when -v or -d are active).

       -c     Show info of columns in tables (only useful when -v or -d are active).

       -i     Show info of indexed column (only useful when -v or -d are active).

       -Rstart,stop,step
              Select a range of rows in the form "start,stop,step" for all leaves.

       -h     Print help on usage.

See Also

ptrepack(1).
       These utilities are documented fully by PyTablesuser'smanual.

Synopsis

ptdump [-dvacih] [-R start,stop,step] file[:nodepath]

See Also