Skip to main content
Ctrl+K
PyVista 0.44.dev0 documentation - Home
  • Getting Started
  • User Guide
  • Examples
  • API Reference
  • Extras
  • GitHub
  • Slack Community
  • Support
  • Contributing
  • The Paper
  • Getting Started
  • User Guide
  • Examples
  • API Reference
  • Extras
  • GitHub
  • Slack Community
  • Support
  • Contributing
  • The Paper

Section Navigation

API Reference

  • Core API
    • DataObject
      • pyvista.DataObject
      • pyvista.Table
        • pyvista.Table.get
        • pyvista.Table.get_data_range
        • pyvista.Table.items
        • pyvista.Table.keys
        • pyvista.Table.pop
        • pyvista.Table.save
        • pyvista.Table.to_pandas
        • pyvista.Table.update
        • pyvista.Table.values
        • pyvista.Table.n_arrays
        • pyvista.Table.n_columns
        • pyvista.Table.n_rows
        • pyvista.Table.row_arrays
      • pyvista.Texture
    • Data Sets
    • Point Sets
    • Gridded Data
    • Composite Datasets
    • Filters
    • Cameras
    • Lights
    • Cells
    • Helpers
    • Miscellaneous
    • Typing
    • Partitioned Datasets
  • Plotting
  • Utilities
  • Readers
  • Examples
  • API Reference
  • pyvista.Table
  • pyvista.Table.get

pyvista.Table.get#

Table.get(index)[source]#

Get an array by its name.

Parameters:
indexint or str

Index or name of the row.

Returns:
pyvista.pyvista_ndarray

PyVista array.

On this page
  • Table.get()
Edit on GitHub

© Copyright 2017-2024, The PyVista Developers.

Built with the PyData Sphinx Theme 0.15.2.