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

Update README.md with a Table of Contents #2788

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ Using this library, you can build applications that process data in Snowflake wi

[Source code][source code] | [Snowpark Python developer guide][Snowpark Python developer guide] | [Snowpark Python API reference][Snowpark Python api references] | [Snowpark pandas developer guide][Snowpark pandas developer guide] | [Snowpark pandas API reference][Snowpark pandas api references] | [Product documentation][snowpark] | [Samples][samples]

## Table of Contents

1. [Getting Started](#getting-started)
- [Have your Snowflake Account Ready](#have-your-snowflake-account-ready)
- [Create a Python Virtual Environment](#create-a-python-virtual-environment)
- [Install the Library](#install-the-library-to-the-python-virtual-environment)
2. [Using the Snowpark Python API](#create-a-session-and-use-the-snowpark-python-api)
3. [Using the Snowpark pandas API](#create-a-session-and-use-the-snowpark-pandas-api)
4. [Samples](#samples)
5. [Logging](#logging)
6. [Reading and Writing to pandas DataFrame](#reading-and-writing-to-pandas-dataframe)
7. [Verifying Package Signatures](#verifying-package-signatures)
8. [Contributing](#contributing)

## Getting started

### Have your Snowflake account ready
Expand Down
Loading