You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?) :
Dask does not update - thus no "inplace=True": (e.g. rename, reset_index, dropna,)
reading/saving dataframes (with *)
some gotcha's with index
dd.Aggregatoin vs groupby.apply
The text was updated successfully, but these errors were encountered:
On Tue, Apr 23, 2019 at 9:36 AM sephib ***@***.***> wrote:
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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#68>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AACKZTFHKJMVVGOSEZIZSWLPR4NHJANCNFSM4HHYTBCA>
.
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?) :
The text was updated successfully, but these errors were encountered: