-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add section about cloud access to the hub template #23
Conversation
This changeset also adds a .pre-commit-config.yaml for those who use pre-commit.
Let's see what people thing--this markdown is GitHub specific
First pass at some simple examples for access hub data hosted on S3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. I have some comments that I believe would improve the style a bit, but nothing required.
Similar to pandas, Polars is based on dataframes and series. However, Polars has a more straightforward API and is | ||
designed to work with larger-than-memory datasets. | ||
|
||
Pandas users can access hub data as described below and then use the `to_pandas()` method to convert a Polars dataframe |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐼 🐼
Pandas users can access hub data as described below and then use the `to_pandas()` method to convert a Polars dataframe | |
Pandas users can access hub data as described below and then use the `two_pandas()` method to convert a Polars dataframe | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔
Co-authored-by: Zhian N. Kamvar <[email protected]>
Co-authored-by: Zhian N. Kamvar <[email protected]>
Co-authored-by: Zhian N. Kamvar <[email protected]>
Co-authored-by: Zhian N. Kamvar <[email protected]>
Co-authored-by: Zhian N. Kamvar <[email protected]>
Co-authored-by: Zhian N. Kamvar <[email protected]>
Thanks for the great suggestions @zkamvar ! |
Closes #22
This is a first attempt at providing some template boilerplate for access hub data on S3.
Can be reviewed commit by commit.