Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
3,081 contributions in the last year
Activity overview
Contributed to
pandas-dev/pandas,
dask/dask,
pangeo-data/pangeo-cloud-federation
and 5 other
repositories
Contribution activity
July 2020
Created a pull request in pangeo-data/pangeo-cloud-federation that received 9 comments
Use Prometheus operator for dashboards
This enables metrics using the prometheus-operator helm chart, which wraps prometheus and grafana. Currently, this isn't deployed via CI. It has to…
+144
−27
•
9
comments
- TST: category isin on frame
- BUG: incorrect type when indexing sparse dataframe with iterable
- Fix regression on datetime in MultiIndex
- API: User-control of result keys in GroupBy.apply
- TST: Add test to verify align behaviour on CategoricalIndex
- ENH: support index=True/False keyword for io.sql.get_schema
- DEPR: Deprecate n-dim indexing for Series
- Added missing import in boxplot_frame_groupby example
- DOC: Move API breaking to appropriate sections
- CI: pin sphinx <= 3.1.1 for autodoc failure
- BUG: reset_index is passing a bad dtype to NumPy
Created an issue in pandas-dev/pandas that received 7 comments
Plan for a native string dtype
Apache Arrow has support for natively storing UTF-8 data. And work is ongoing
adding kernels (e.g. str.isupper()) to operate on that data. This issue…
7
comments