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 your favorite Python pandas recipe to the repo. #13

Open
6 tasks
kennethcassel opened this issue Oct 27, 2020 · 0 comments
Open
6 tasks

Add your favorite Python pandas recipe to the repo. #13

kennethcassel opened this issue Oct 27, 2020 · 0 comments
Labels

Comments

@kennethcassel
Copy link
Owner

Got a favorite python pandas recipe?

Some ideas:

  • How to merge data in a dataframe
  • How to load data from a SQL db
  • Various approaches on cleaning messy data.

How to add a new recipe:

  • Clone the repo. Make a new branch. For example: git checkout -b load-data-from-sql
  • Create a new .mdx file under the /docs/{topic} folder. If you were making the SQL example, you could put the file under /docs/sql/load-data-from-sql.mdx
  • Add this new file to the sidebar.yml file. The sidebar.yml file will add the link to the sidebar so your example is discoverable.
  • Write some comments! Check out the other examples on the site. We're trying to provide context for the examples so they are easy to understand
  • Add your python pandas code snippet. Please make sure your code runs as expected on your machine. the use pandas website doesn't run any pandas code so we don't have a way of automatically verifying the snippets work :)
  • push your changes to the repo and submit a PR!

🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant