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

Prototype - implement initial set of pandas.DataFrame methods #1

Closed
9 tasks done
stevedodson opened this issue Jun 13, 2019 · 1 comment
Closed
9 tasks done

Comments

@stevedodson
Copy link
Contributor

stevedodson commented Jun 13, 2019

Initial set of methods to prototype based on input from ML data team:

  • df.head()
  • df.groupby().agg()
  • df.index
  • df.notnull()
  • df.size
  • df.shape
  • df.describe()
  • df.query() + numexpr e.g. df[df.a > 0]
  • df.to_string() / print(df)
@stevedodson
Copy link
Contributor Author

Closing this in favour of more complete list of features in doc.

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

1 participant