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

Add section about cloud access to the hub template #23

Merged
merged 9 commits into from
Feb 13, 2025

Conversation

bsweger
Copy link
Contributor

@bsweger bsweger commented Feb 12, 2025

Closes #22

This is a first attempt at providing some template boilerplate for access hub data on S3.

Can be reviewed commit by commit.

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
@bsweger bsweger requested review from nickreich and zkamvar February 12, 2025 19:48
@bsweger bsweger changed the title Bs/add cloud access section/22 Add section about cloud access to the hub template Feb 12, 2025
Copy link
Member

@zkamvar zkamvar left a 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐼 🐼

Suggested change
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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔

bsweger and others added 6 commits February 13, 2025 13:42
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]>
@bsweger
Copy link
Contributor Author

bsweger commented Feb 13, 2025

Thanks for the great suggestions @zkamvar !

@bsweger bsweger merged commit 6bcf912 into main Feb 13, 2025
@bsweger bsweger deleted the bs/add-cloud-access-section/22 branch February 13, 2025 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a hubTemplate section that describes how to access hub data from S3
2 participants