Create your own GitHub profile
Join the platform over 36 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises
Pinned
700 contributions in the last year
Activity overview
Contributed to
modin-project/modin,
williamma12/roman_coinage,
ray-project/ray
and 5 other
repositories
Contribution activity
July 2019
Created a pull request in modin-project/modin that received 2 comments
Add support for `dot`
What do these changes do?
Adds support for both df.dot and series.dot
Related issue number
passes flake8 modin
passes black --check modin
tests…
+209
−48
•
2
comments
- Default to pandas on MultiLevelIndex `reset_index`
- Improve performance of dtypes computation by collecting at data ingest
- WIP - multiprocessing engine for windows support
- Read_csv with compression "bz2", "zip", and "xz"
- Add metadata to object when reading from parquet
- Add a way to compute pre-compute metadata on read_csv
Created an issue in modin-project/modin that received 1 comment
`apply` returns query compiler object
Describe the problem
apply returns a query compiler object instead of a dataframe or series
Source code / logs
import modin.pandas as pd pd.DataFra…
1
comment
1
contribution
in private repositories
Jul 13