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

some prompts for the README #382

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
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
![pantab logo](./misc/pantab_logo.svg)

# Who is this for

If you are a data analyst who needs to use tableau andpython pantab is the best way to tansfer data between th two platforms.

# Watch what it can do

Insert a 30 second gif showing pantab being used by an experienced practitioner. The idea is to sell the power of the platform. For me personally, I don't care about installing or even reading a quick start until I understand what the software can do for me. Sell that here

# Quick start

Explain what the following snippet does.
```python
import pantab as pt
df = pd.DataFrame({"column": np.ones(n, dtype=np.int16)})
pantab.frame_to_hyper(df, "example.hyper", table="table")
```



# Getting Help


## Documentation
Official documentation for the project and all of its features is hosted at:

Expand Down