The pdtable Python package offers interfaces to read, write, and manipulate StarTable data. Table blocks are stored as TableDataFrame objects, which inherit from pandas.DataFrame but include additional, hidden metadata. Access to StarTable-specific metadata such as table name, column units etc. is done via the Table proxy.