-
Notifications
You must be signed in to change notification settings - Fork 5
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
Revise the current API #26
Comments
maybe |
Case: user has a table, wants to fill nulls in each column with a mean value for that column |
The thing I have very strong feelings about:
Currently you write
All in all, I suggest we at least add the Like, really, please 😅 |
All non-user facing functions should have |
@piotrMocz what do you rthink about #57 in context of reading/writing files? |
Moreover, the |
|
|
|
|
change generated names from |
sort -> sortMultiple |
I left a comment there ;) |
|
Some points that have been raised:
max of a column is not a number, but a column (I understand why that is so, but it is not nice to work with)
The map over a column works in a way that gets me totally lost. I need to specify the type of the column: but I don't know it in the first place. That's a big win for pandas, where I can map like I know it.
The text was updated successfully, but these errors were encountered: