DOCUMENTATION
/
Language
English
Français
Deutsch
日本語
한국어
Português
Get started
Guides
Developer
Reference
Release notes
Tutorials
Status
  1. Overview
    • Snowflake Horizon Catalog
      • Applications and tools for connecting to Snowflake
      • Virtual warehouses
      • Databases, Tables, & Views
      • Data types
        • Data Integration
          1. Snowflake Openflow
          2. Apache Iceberg™
            1. Apache Iceberg™ Tables
            2. Snowflake Open Catalog
        • Data engineering
          1. Data loading
          2. Dynamic tables
          3. Streams and tasks
          4. Row timestamps
            • dbt Projects on Snowflake
            • Data Unloading
          5. Storage lifecycle policies
          6. Migrations
          7. Queries
          8. Listings
          9. Collaboration
          10. Snowflake AI & ML
          11. Snowflake Postgres
          12. Alerts & Notifications
          13. Security
          14. Data Governance
          15. Privacy
          16. Organizations & Accounts
          17. Business continuity & data recovery
          18. Performance optimization
          19. Cost & Billing

          modin.pandas.Index.shape¶

          property Index.shape: tuple[source]¶

          Get a tuple of the shape of the underlying data.

          Returns:

          A tuple representing the shape of self

          Return type:

          tuple

          Examples

          >>> idx = pd.Index([1, 2, 3])
          >>> idx
          Index([1, 2, 3], dtype='int64')
          >>> idx.shape
          (3,)
          
          Copy

          Was this page helpful?

          Visit Snowflake
          Join the conversation
          Develop with Snowflake
          Share your feedback
          Read the latest on our blog
          Get your own certification
          Privacy NoticeSite TermsCookies Settings© 2026 Snowflake, Inc. All Rights Reserved.