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

notebook example for transfering code from pure pandas to dask #68

Open
sephib opened this issue Apr 23, 2019 · 2 comments
Open

notebook example for transfering code from pure pandas to dask #68

sephib opened this issue Apr 23, 2019 · 2 comments

Comments

@sephib
Copy link
Contributor

sephib commented Apr 23, 2019

Hi,
I'm writing a notebook example to highlight some key differences between pandas and dask. Are you interested in such a PR?
If so i have currently the following topics - (are there any additional topics that I should include?) :

  1. Dask does not update - thus no "inplace=True": (e.g. rename, reset_index, dropna,)
  2. reading/saving dataframes (with *)
  3. some gotcha's with index
  4. dd.Aggregatoin vs groupby.apply
@mrocklin
Copy link
Member

mrocklin commented Apr 23, 2019 via email

@sephib
Copy link
Contributor Author

sephib commented Apr 28, 2019

Hi,
I'll try and get some information from the stackoverflow data
Once I analyze it I'll update to get your feedback.

martindurant added a commit that referenced this issue Jun 25, 2019
Adding notebook example for converting Pandas code to Dask #68
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

No branches or pull requests

2 participants