Upgrading to 1.0.0. Here's some tips. #348
Unanswered
KingWebsites
asked this question in
Show and tell
Replies: 2 comments 4 replies
-
@KingWebsites thanks for the notice. what do you mean by this and for the index name, it will be added back |
Beta Was this translation helpful? Give feedback.
4 replies
-
Regarding your point on:
I think we need to add a new method for that. Something like iat in pandas. I'll create an issue for it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I've just upgraded to 1.0.0 and I thought I'd list a couple of the changes I did to get my project working again. Hopefully it will save some of you some time. Please feel free to list more below.
Please read the official migration guide here, which has lots of advice.
Concatenating: "df_list" to "dfList"
*note. I'm not sure why my "axis: 1" worked before.
**note. Concat now removes index names so you have to store and add them back in with setIndex.
Counts of nUnique items: "nunique" to "nUnique" & "value_counts()" to "valueCounts()"
*note. axis value also changed from 0 to 1.
setIndex
*note. Should I be using a different method just to get the single value of cell X/Y?
Beta Was this translation helpful? Give feedback.
All reactions